public interface CloseableSupplier<T> extends Supplier<T>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
default void |
close() |
default void close()
close
in interface AutoCloseable
Copyright © 2021 JBoss by Red Hat. All rights reserved.