|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompositeUnaryProcedure | |
|---|---|
| org.apache.commons.functor.core.composite | Functors composed of other functors. |
| Uses of CompositeUnaryProcedure in org.apache.commons.functor.core.composite |
|---|
| Methods in org.apache.commons.functor.core.composite that return CompositeUnaryProcedure | ||
|---|---|---|
|
CompositeUnaryProcedure.of(UnaryFunction<? super T,? extends A> preceding)
Fluently obtain a CompositeUnaryProcedure that runs our procedure against the result of the preceding function. |
|
static
|
Composite.procedure(UnaryProcedure<? super A> procedure)
Create a composite UnaryProcedure. |
|
static
|
Composite.procedure(UnaryProcedure<? super T> procedure,
UnaryFunction<? super A,? extends T> function)
Create a composite UnaryProcedure. |
|
| Methods in org.apache.commons.functor.core.composite with parameters of type CompositeUnaryProcedure | |
|---|---|
boolean |
CompositeUnaryProcedure.equals(CompositeUnaryProcedure<?> that)
Learn whether another CompositeUnaryProcedure is equal to this. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||