Package org.glassfish.pfl.basic.func
Interface BinaryFunction<S,T,R>
- All Superinterfaces:
BiFunction<S,
T, R>
- All Known Implementing Classes:
BinaryFunctionBase
,Guard.Base.IntFunc
Deprecated.
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
evaluate
Deprecated. -
apply
Deprecated.- Specified by:
apply
in interfaceBiFunction<S,
T, R>
-
BiFunction