Package io.hawt.log.support
Interface Predicate<T>
-
public interface Predicate<T>Applies a predicate to a type; can be replaced by the Predicate from Guava later maybe?
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(T t)
-
-
-
Method Detail
-
matches
boolean matches(T t)
-
-