Uses of Class
net.sf.collections15.functors.predicate.OnePredicate

Packages that use OnePredicate
net.sf.collections15.functors.predicate This package provides implementations and a utility library for the Predicate interface. 
 

Uses of OnePredicate in net.sf.collections15.functors.predicate
 

Methods in net.sf.collections15.functors.predicate that return OnePredicate
static
<T> OnePredicate<T>
OnePredicate.getInstance(java.util.Collection<Predicate<? super T>> predicates)
          Returns an instance that wraps the specified collection of Predicates.
 



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.