Uses of Class
com.github.phantomthief.util.MoreSuppliers.CloseableThrowableSupplier
-
Packages that use MoreSuppliers.CloseableThrowableSupplier Package Description com.github.phantomthief.util -
-
Uses of MoreSuppliers.CloseableThrowableSupplier in com.github.phantomthief.util
Methods in com.github.phantomthief.util that return MoreSuppliers.CloseableThrowableSupplier Modifier and Type Method Description static <T,X extends Throwable>
MoreSuppliers.CloseableThrowableSupplier<T,X>MoreSuppliers. lazyEx(ThrowableSupplier<T,X> delegate)static <T,X extends Throwable>
MoreSuppliers.CloseableThrowableSupplier<T,X>MoreSuppliers. lazyEx(ThrowableSupplier<T,X> delegate, boolean resetAfterClose)
-