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