Package | Description |
---|---|
org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
Modifier and Type | Method and Description |
---|---|
static <L,R> LeftBoundPredicate<R> |
LeftBoundPredicate.bind(BinaryPredicate<? super L,? super R> predicate,
L arg)
Adapt a BinaryPredicate to the Predicate interface.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.