| Package | Description |
|---|---|
| org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,T> CompositeUnaryFunction<A,T> |
Composite.function(UnaryFunction<? super A,? extends T> f)
Create a composite UnaryFunction.
|
static <A,X,T> CompositeUnaryFunction<A,T> |
Composite.function(UnaryFunction<? super X,? extends T> f,
UnaryFunction<? super A,? extends X> g)
Create a composite UnaryFunction.
|
<P> CompositeUnaryFunction<P,T> |
CompositeUnaryFunction.of(UnaryFunction<? super P,? extends A> preceding)
Fluently obtain a CompositeUnaryFunction that is "this function" applied to the specified preceding function.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeUnaryFunction.equals(CompositeUnaryFunction<?,?> that)
Learn whether another CompositeUnaryFunction is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.