Package | Description |
---|---|
org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
Modifier and Type | Method and Description |
---|---|
static <L,R,G,H> CompositeBinaryPredicate<L,R> |
Composite.predicate(BinaryPredicate<? super G,? super H> p,
Function<? super L,? extends G> g,
Function<? super R,? extends H> h)
Create a composite BinaryPredicate.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.