I
- Predicate type 1.T
- Thrown exception.FailablePredicate
.@Deprecated @FunctionalInterface public static interface Functions.FailablePredicate<I,T extends Throwable>
Predicate
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
boolean |
test(I object)
Deprecated.
Tests the predicate.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.