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