@FunctionalInterface public interface ThrowingPredicate<T,X extends Throwable> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(T t) |
boolean |
tryTest(T t) |
Copyright © 2015–2017 Zalando SE. All rights reserved.