Predicate@Deprecated public interface UnaryPredicate<T> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(T arg)
Deprecated.
|
default boolean |
test(T t)
Deprecated.
|
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.