Interface Binary<T>
- All Superinterfaces:
BiFunction<T,T, T>, BinaryOperator<T>, Map2<T, T, T>
Deprecated.
Represents a binary operation on the same type
T.
Implement this interface for binary operator instead of Map2 for brevity.
-
Method Summary
Methods inherited from interface BiFunction
andThen
BinaryOperatorinstead.