Uses of Interface
com.machinezoo.noexception.throwing.ThrowingBiPredicate
-
Packages that use ThrowingBiPredicate Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingBiPredicate in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingBiPredicate Modifier and Type Method Description <T,U>
BiPredicate<T,U>CheckedExceptionHandler. fromBiPredicate(ThrowingBiPredicate<T,U> predicate)
Removes checked exceptions from method signature ofThrowingBiPredicate
.
-