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