Interface VavrDecorators
public interface VavrDecorators
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,R> VavrDecorators.DecorateCheckedFunction<T, R> ofCheckedFunction(io.vavr.CheckedFunction1<T, R> function) ofCheckedRunnable(io.vavr.CheckedRunnable supplier) static <T> VavrDecorators.DecorateCheckedSupplier<T>ofCheckedSupplier(io.vavr.CheckedFunction0<T> supplier)
-
Method Details
-
ofCheckedSupplier
static <T> VavrDecorators.DecorateCheckedSupplier<T> ofCheckedSupplier(io.vavr.CheckedFunction0<T> supplier) -
ofCheckedFunction
static <T,R> VavrDecorators.DecorateCheckedFunction<T,R> ofCheckedFunction(io.vavr.CheckedFunction1<T, R> function) -
ofCheckedRunnable
-