org.eobjects.metamodel.util
Interface Predicate<E>

Type Parameters:
E -
All Superinterfaces:
Func<E,Boolean>
All Known Implementing Classes:
ExclusionPredicate, FalsePredicate, InclusionPredicate, TruePredicate

public interface Predicate<E>
extends Func<E,Boolean>

A predicate is a special type of Func, used typically for inclusion/exclusion criteria.

Author:
Kasper Sørensen

Method Summary
 
Methods inherited from interface org.eobjects.metamodel.util.Func
eval
 



Copyright © 2007-2013. All Rights Reserved.