Uses of Interface
com.jongsoft.lang.control.CheckedSupplier
-
Packages that use CheckedSupplier Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library. -
-
Uses of CheckedSupplier in com.jongsoft.lang
Methods in com.jongsoft.lang with parameters of type CheckedSupplier Modifier and Type Method Description static <T> Try<T>
Control. Try(CheckedSupplier<T> supplier)
Attempt to execute code that will return an entity, but may also result into an exception.
-