Uses of Interface
com.jongsoft.lang.control.CheckedRunner
-
Packages that use CheckedRunner Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library.com.jongsoft.lang.control The control package contains flow control interfaces. -
-
Uses of CheckedRunner in com.jongsoft.lang
Methods in com.jongsoft.lang with parameters of type CheckedRunner Modifier and Type Method Description static Try<java.lang.Void>
Control. Try(CheckedRunner runner)
Attempt to execute the code in theCheckedRunner
. -
Uses of CheckedRunner in com.jongsoft.lang.control
Methods in com.jongsoft.lang.control with parameters of type CheckedRunner Modifier and Type Method Description default Try<T>
Try. run(CheckedRunner runner)
Allows for secondary runners to be executed within a try..catch.
-