T - the type of the input to the operation.E - the type of checked exception thrown.@FunctionalInterface
public interface CheckedPredicate<T,E extends java.lang.Exception>
Consumer, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Performs this operation on the given argument.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.