public class NOROperation<O extends NORable<?,? super T>,T> extends java.lang.Object implements java.util.function.BiFunction<NORable<? extends O,? super T>,T,O>
NOROperation()
O
apply(NORable<? extends O,? super T> firstOperand, T secondOperand)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public NOROperation()
public O apply(NORable<? extends O,? super T> firstOperand, T secondOperand)
apply
java.util.function.BiFunction<NORable<? extends O extends NORable<?,? super T>,? super T>,T,O extends NORable<?,? super T>>