Uses of Class
org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction
-
Packages that use UnaryCompositeBinaryFunction Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of UnaryCompositeBinaryFunction in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryFunction Modifier and Type Method Description static <L,R,G,H,T>
UnaryCompositeBinaryFunction<L,R,T>Composite. function(BinaryFunction<? super G,? super H,? extends T> f, UnaryFunction<? super L,? extends G> g, UnaryFunction<? super R,? extends H> h)Create a compositeBinaryFunction. Methods in org.apache.commons.functor.core.composite with parameters of type UnaryCompositeBinaryFunction Modifier and Type Method Description booleanUnaryCompositeBinaryFunction. equals(UnaryCompositeBinaryFunction<?,?,?> that)Learn whether a given UnaryCompositeBinaryFunction is equal to this.
-