Package org.glassfish.pfl.basic.func
Interface BinaryFunction<S,T,R>
- All Superinterfaces:
BiFunction<S,T, R>
- All Known Subinterfaces:
MBeanSkeleton.Operation
- 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:
applyin interfaceBiFunction<S,T, R>
-
BiFunction