Uses of Interface
io.reacted.patterns.UnChecked.CheckedConsumer
Packages that use UnChecked.CheckedConsumer
-
Uses of UnChecked.CheckedConsumer in io.reacted.patterns
Subinterfaces of UnChecked.CheckedConsumer in io.reacted.patternsMethods in io.reacted.patterns with parameters of type UnChecked.CheckedConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T>UnChecked.consumer(UnChecked.CheckedConsumer<T> checkedConsumer) Try.orElseTry(Try.TryValueSupplier<? extends T> supplier, UnChecked.CheckedConsumer<? super 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