Uses of Interface
com.machinezoo.noexception.optional.OptionalSupplier
-
Packages that use OptionalSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of OptionalSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return OptionalSupplier Modifier and Type Method Description <T> OptionalSupplier<T>
ExceptionHandler. supplier(Supplier<T> supplier)
WrapsSupplier
in a try-catch block.
-