T
- Type of the input to the predicate@FunctionalInterface
public interface Predicate<T>
extends java.io.Serializable
java.lang.AutoCloseable
then it will be
automatically closed when the application terminates.Modifier and Type | Method and Description |
---|---|
boolean |
test(T tuple)
Test
tuple against this predicate. |
boolean test(T tuple)
tuple
against this predicate.tuple
- Tuple to be tested.