Uses of Interface
com.machinezoo.noexception.optional.OptionalBiPredicate
-
Packages that use OptionalBiPredicate Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of OptionalBiPredicate in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return OptionalBiPredicate Modifier and Type Method Description <T,U>
OptionalBiPredicate<T,U>ExceptionHandler. fromBiPredicate(BiPredicate<T,U> predicate)
WrapsBiPredicate
in a try-catch block.
-