public abstract class ReflectedBinFunction<D1,D2,R> extends ReflectedOperation implements BiFunction<D1,D2,R>
Modifier | Constructor and Description |
---|---|
protected |
ReflectedBinFunction(Operator op,
Object... args) |
protected |
ReflectedBinFunction(String name) |
equals, equals, getOperator, getOperatorArguments, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
andThen, apply
see also the complete user documentation .