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

Example usage for Java org.apache.commons.functor.core.composite Conditional 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 Conditional.

The text is from its open source code.

Method

Functionfunction(Predicate q, Function r, Function s)
Create a conditional Function.
UnaryFunctionfunction(UnaryPredicate q, UnaryFunction r, UnaryFunction s)
Create a conditional UnaryFunction.
BinaryFunctionfunction(BinaryPredicate q, BinaryFunction r, BinaryFunction s)
Create a conditional BinaryFunction.