| Package | Description |
|---|---|
| com.annimon.stream.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicate.Util.safe(ThrowablePredicate<? super T,Throwable> throwablePredicate)
Creates a safe
Predicate. |
static <T> Predicate<T> |
Predicate.Util.safe(ThrowablePredicate<? super T,Throwable> throwablePredicate,
boolean resultIfFailed)
Creates a safe
Predicate. |
Copyright © 2018. All rights reserved.