FileDocCategorySizeDatePackage
Predicate.javaAPI DocAndroid 1.5 API1152Wed May 06 22:41:56 BST 2009com.android.internal.util

Predicate

public interface Predicate
A Predicate can determine a true or false value for any input of its parameterized type. For example, a {@code RegexPredicate} might implement {@code Predicate}, and return true for any String that matches its given regular expression.

Implementors of Predicate which may cause side effects upon evaluation are strongly encouraged to state this fact clearly in their API documentation.

Fields Summary
Constructors Summary
Methods Summary
public booleanapply(T t)