Uses of Interface
io.reacted.patterns.UnChecked.CheckedConsumer
-
Uses of UnChecked.CheckedConsumer in io.reacted.patterns
Subinterfaces of UnChecked.CheckedConsumer in io.reacted.patterns Modifier and Type Interface Description static interfaceTry.TryConsumer<T>Methods in io.reacted.patterns with parameters of type UnChecked.CheckedConsumer Modifier and Type Method Description static <T> java.util.function.Consumer<T>UnChecked. consumer(UnChecked.CheckedConsumer<T> checkedConsumer)Try<T>Try. orElseTry(Try.TryValueSupplier<? extends T> supplier, UnChecked.CheckedConsumer<? super java.lang.Throwable> exceptionConsumer)Gets the current Try or if it is a failure, the result of the provided TrySupplier and the specified consumer process the exception that has generated the failure