@FunctionalInterface public interface ThrowablePredicate<T,E extends Exception> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(T data) |
boolean |
testOrFail(T data)
Tests the given data or failes
|
Copyright © 2017 Saxonia Systems AG. All rights reserved.