Uses of Class
de.quantummaid.injectmaid.lifecyclemanagement.closer.Closer
-
Packages that use Closer Package Description de.quantummaid.injectmaid.lifecyclemanagement.closer -
-
Uses of Closer in de.quantummaid.injectmaid.lifecyclemanagement.closer
Methods in de.quantummaid.injectmaid.lifecyclemanagement.closer that return Closer Modifier and Type Method Description static <T> CloserCloser. closer(Class<T> type, CloseFunction<T> closeFunction)Methods in de.quantummaid.injectmaid.lifecyclemanagement.closer with parameters of type Closer Modifier and Type Method Description static CloseableCloseable. closeable(Object instance, Closer closer)Method parameters in de.quantummaid.injectmaid.lifecyclemanagement.closer with type arguments of type Closer Modifier and Type Method Description static ClosersClosers. closers(List<Closer> closers)
-