T
- The type of object tested.E
- The type of exception thrown.@FunctionalInterface public interface Predicate<T,E extends Exception>
Predicate
functional interface which can thrown a checked Exception.Modifier and Type | Method and Description |
---|---|
boolean |
test(T t)
Test a value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.