Uses of Interface
com.jongsoft.lang.control.CheckedConsumer
-
Packages that use CheckedConsumer Package Description com.jongsoft.lang.control The control package contains flow control interfaces. -
-
Uses of CheckedConsumer in com.jongsoft.lang.control
Methods in com.jongsoft.lang.control with parameters of type CheckedConsumer Modifier and Type Method Description default Try<T>
Try. consume(CheckedConsumer<? super T> consumer)
Passes then entity contained within theTry.get()
if the try has a success.
-