T - the type of the input to the functionE - the type of the exception@FunctionalInterface public interface ThrowablePredicate<T,E extends Throwable>
Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T value)
Tests the value for satisfying predicate.
|
Copyright © 2017. All rights reserved.