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