public class NOTOperation<O> extends java.lang.Object implements java.util.function.Function<NOTable<?,? extends O>,O>
NOTOperation()
O
apply(NOTable<?,? extends O> firstOperand)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public NOTOperation()
public O apply(NOTable<?,? extends O> firstOperand)
apply
java.util.function.Function<NOTable<?,? extends O>,O>