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