cz.cuni.mff.ksi.jinfer.base.utils
Interface BaseUtils.Predicate<T>
- Enclosing class:
- BaseUtils
public static interface BaseUtils.Predicate<T>
Interface describing an object that decides whether the predicate
(described by this object) applies to an argument or not.
Method Summary |
boolean |
apply(T argument)
This method represents the fact whether the predicate representing
this object applies to a specific argument. |
apply
boolean apply(T argument)
- This method represents the fact whether the predicate representing
this object applies to a specific argument.
- Parameters:
argument
- Argument to decide whether this predicate applies.
- Returns:
- True if the predicate represented by this object applies to the
specified argument. False otherwise.
Generated on Fri Dec 9 00:01:25 CET 2011