Uses of Interface
net.sf.eos.Predicate

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
<F,T> Predicate<F>
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
<F,T> Predicate<F>
Compositions.compose(Function<? super F,? extends T> fromFunction, Predicate<T> toPredicate)
          Returns a composition of a from Function and an evaluating to Predicate.
static
<F,T> Function<F,T>
Compositions.composeRule(Predicate<? super F> decider, Function<? super F,? extends T> trueFunction, Function<? super F,? extends T> falseFunction)
          Composes a rule.
 



Copyright © 2008. All Rights Reserved.