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, java.util.function.Supplier<? extends java.lang.Throwable> exceptionOnTestFailure)If the Try is a failure, the current Try is returned.static <T> java.util.function.Predicate<T>UnChecked. predicate(UnChecked.CheckedPredicate<T> checkedPredicate)