| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Fun.testOrDefault1(@NotNull Fun.ThrowingPredicate<? super T> mayThrowOnTest,
boolean defaultValue)
Transform a
Fun.ThrowingPredicate to a Predicate, providing a default boolean value to return if an
exception is thrown. |
static <T> Predicate<T> |
Fun.uncheckTest1(@NotNull Fun.ThrowingPredicate<? super T> mayThrowOnTest)
Transform a
Fun.ThrowingPredicate to a Predicate of the same input type parameter. |
Copyright © 2017–2020. All rights reserved.