Uses of Class
nonapi.io.github.classgraph.recycler.RecycleOnClose
-
Packages that use RecycleOnClose Package Description nonapi.io.github.classgraph.recycler -
-
Uses of RecycleOnClose in nonapi.io.github.classgraph.recycler
Methods in nonapi.io.github.classgraph.recycler that return RecycleOnClose Modifier and Type Method Description RecycleOnClose<T,E>
Recycler. acquireRecycleOnClose()
Acquire a Recyclable wrapper around an object instance, which can be used to recycle object instances at the end of a try-with-resources block.
-