E - Predicate instead@Deprecated @FunctionalInterface public interface Predicate<E> extends Func<E,Boolean>, java.util.function.Predicate<E>
Func, used typically for
inclusion/exclusion criteria.| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(E t)
Deprecated.
|
andThen, compose, identityand, isEqual, negate, ordefault boolean test(E t)
test in interface java.util.function.Predicate<E>Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.