Uses of Interface
dev.kylesilver.result.CheckedSupplier
-
Uses of CheckedSupplier in dev.kylesilver.result
Methods in dev.kylesilver.result with parameters of type CheckedSupplierModifier and TypeMethodDescriptionResult.tryOr
(CheckedSupplier<T, E> supplier, Class<E> cls) Attempts to execute a fallible operation and returns any exceptions thrown during execution as the error type.