Interface Predicate<T>
-
public interface Predicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t)
-
-
-
Method Detail
-
test
boolean test(T t)
-
-
public interface Predicate<T>
Modifier and Type | Method | Description |
---|---|---|
boolean |
test(T t) |
boolean test(T t)