Uses of Class
org.apache.commons.functor.core.composite.BinaryCompositeBinaryFunction
-
Packages that use BinaryCompositeBinaryFunction Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BinaryCompositeBinaryFunction in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinaryCompositeBinaryFunction Modifier and Type Method Description static <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 BinaryCompositeBinaryFunction Modifier and Type Method Description booleanBinaryCompositeBinaryFunction. equals(BinaryCompositeBinaryFunction<?,?,?> that)Learn whether another BinaryCompositeBinaryFunction is equal to this.
-