Package org.plumelib.util
Interface Filter<T extends @Nullable Object>
- Type Parameters:
T
- the type of arguments toaccept(T)
Deprecated.
Interface for things that make boolean decisions. This is inspired by
java.io.FilenameFilter
.-
Method Summary
-
Method Details
-
accept
Deprecated.Tests whether a specified Object satisfies the filter.- Parameters:
o
- the object to test- Returns:
- whether the object satisfies the filter
-
java.util.function.Predicate