E - Predicate instead@Deprecated @FunctionalInterface public interface Predicate<E> extends Func<E,Boolean>, Predicate<E>
Func, used typically for
inclusion/exclusion criteria.| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(E t)
Deprecated.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.