Java org.apache.commons.functor.core.composite Composite fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.functor.core.composite Composite fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.functor.core.composite Composite.

The text is from its open source code.

Method

CompositeUnaryFunctionfunction(UnaryFunction f, UnaryFunction g)
Create a composite UnaryFunction.
CompositeUnaryPredicatepredicate(UnaryPredicate predicate, UnaryFunction function)
Create a composite UnaryPredicate.
UnaryCompositeBinaryPredicatepredicate( BinaryPredicate p, UnaryFunction g, UnaryFunction h)
Create a composite BinaryPredicate.