Uses of Class
org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction
Packages that use BinaryCompositeBinaryFunction
-
Uses of BinaryCompositeBinaryFunction in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinaryCompositeBinaryFunctionModifier and TypeMethodDescriptionstatic <L,R, G, H, T>
BinaryCompositeBinaryFunction<L, R, T> Composite.function(BinaryFunction<? super G, ? super H, ? extends T> f, BinaryFunction<? super L, ? super R, ? extends G> g, BinaryFunction<? super L, ? super R, ? extends H> h) Create a compositeBinaryFunction. Methods in org.apache.commons.functor.core.composite with parameters of type BinaryCompositeBinaryFunctionModifier and TypeMethodDescriptionfinal booleanBinaryCompositeBinaryFunction.equals(BinaryCompositeBinaryFunction<?, ?, ?> that) Learn whether another BinaryCompositeBinaryFunction is equal to this.