Predicate and Predicate2.| Interface | Description |
|---|---|
| ThrowingPredicate<T> |
A functional interface that can be represented by a Lambda that can throw a CheckedException.
|
| ThrowingPredicate2<T,P> |
A functional interface that can be represented by a Lambda that can throw a CheckedException.
|
| Class | Description |
|---|---|
| CheckedPredicate<T> | |
| CheckedPredicate2<T,P> |
Copyright © 2004–2020. All rights reserved.