Uses of Interface
io.reacted.patterns.UnChecked.CheckedPredicate
-
Uses of UnChecked.CheckedPredicate in io.reacted.patterns
Methods in io.reacted.patterns with parameters of type UnChecked.CheckedPredicate Modifier and Type Method Description Try<T>Try. filter(UnChecked.CheckedPredicate<? super T> predicate)If the Try is a failure, the current Try is returned.Try<T>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)