Uses of Interface
no.gorandalum.fluentresult.CheckedRunnable
-
Uses of CheckedRunnable in no.gorandalum.fluentresult
Methods in no.gorandalum.fluentresult with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic VoidResult<Exception>
VoidResult.handle
(CheckedRunnable runnable) Handle the givenCheckedRunnable
.static <E> VoidResult<E>
VoidResult.handle
(CheckedRunnable runnable, Function<Exception, E> exceptionMapper) Handle the givenCheckedRunnable
.