|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
net.sf.eos.config | Main package to support the configuration of the classes in the εοs environment. |
net.sf.eos.util | Utilities which make no sence otherwhere. |
Uses of Predicate in net.sf.eos.config |
---|
Classes in net.sf.eos.config that implement Predicate | |
---|---|
static class |
ConfigurationKey.AlwaysTruePredicate
The predicate always returns true . |
Uses of Predicate in net.sf.eos.util |
---|
Methods in net.sf.eos.util that return Predicate | ||
---|---|---|
static
|
Compositions.compose(Function<? super F,? extends T> fromFunction,
Predicate<T> toPredicate)
Returns a composition of a from Function and an evaluating
to Predicate . |
Methods in net.sf.eos.util with parameters of type Predicate | ||
---|---|---|
static
|
Compositions.compose(Function<? super F,? extends T> fromFunction,
Predicate<T> toPredicate)
Returns a composition of a from Function and an evaluating
to Predicate . |
|
static
|
Compositions.composeRule(Predicate<? super F> decider,
Function<? super F,? extends T> trueFunction,
Function<? super F,? extends T> falseFunction)
Composes a rule. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |