Uses of Class
org.apache.commons.functor.core.composite.UnaryCompositeBinaryFunction
Packages that use UnaryCompositeBinaryFunction
-
Uses of UnaryCompositeBinaryFunction in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryFunctionModifier and TypeMethodDescriptionstatic <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 UnaryCompositeBinaryFunctionModifier and TypeMethodDescriptionbooleanUnaryCompositeBinaryFunction.equals(UnaryCompositeBinaryFunction<?, ?, ?> that) Learn whether a given UnaryCompositeBinaryFunction is equal to this.