public abstract class BinaryFunctorImpl<T>
extends java.lang.Object
implements java.util.function.BiFunction<T,T,T>
T and the result is also of type
T| Constructor and Description |
|---|
BinaryFunctorImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
apply(T firstArg,
T secondArg)
Executes the function and returns the result.
|
java.util.function.Function<T,T> |
bind2(T p_param2) |