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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitandThen, applysee also the complete user documentation .