Uses of Class
com.github.phantomthief.util.MoreSuppliers.CloseableSupplier
-
Packages that use MoreSuppliers.CloseableSupplier Package Description com.github.phantomthief.util -
-
Uses of MoreSuppliers.CloseableSupplier in com.github.phantomthief.util
Methods in com.github.phantomthief.util that return MoreSuppliers.CloseableSupplier Modifier and Type Method Description static <T> MoreSuppliers.CloseableSupplier<T>MoreSuppliers. lazy(Supplier<T> delegate)static <T> MoreSuppliers.CloseableSupplier<T>MoreSuppliers. lazy(Supplier<T> delegate, boolean resetAfterClose)
-