Uses of Interface
io.reacted.patterns.UnChecked.CheckedPredicate
Packages that use UnChecked.CheckedPredicate
-
Uses of UnChecked.CheckedPredicate in io.reacted.patterns
Methods in io.reacted.patterns with parameters of type UnChecked.CheckedPredicateModifier and TypeMethodDescriptionTry.filter(UnChecked.CheckedPredicate<? super T> predicate) If the Try is a failure, the current Try is returned.Try.filter(UnChecked.CheckedPredicate<? super T> predicate, Supplier<? extends Throwable> exceptionOnTestFailure) If the Try is a failure, the current Try is returned.static <T> Predicate<T>UnChecked.predicate(UnChecked.CheckedPredicate<T> checkedPredicate)