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