Predicate and Predicate2.See: Description
| 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> |
Predicate and Predicate2.Copyright © 2004–2022. All rights reserved.