Uses of Class
org.hibernate.search.util.common.impl.SuppressingCloser
-
Packages that use SuppressingCloser Package Description org.hibernate.search.util.common.impl -
-
Uses of SuppressingCloser in org.hibernate.search.util.common.impl
Methods in org.hibernate.search.util.common.impl that return SuppressingCloser Modifier and Type Method Description SuppressingCloserSuppressingCloser. push(AutoCloseable closeable)Close the givencloseableimmediately, swallowing any throwable in order toadd it as suppressedto the main throwable.<T> SuppressingCloserSuppressingCloser. push(T objectToExtractFrom, Function<T,? extends AutoCloseable> extract)Close thecloseableextracted fromobjectToExtractFromimmediately, swallowing any throwable in order toadd it as suppressedto the main throwable.SuppressingCloserSuppressingCloser. pushAll(AutoCloseable... closeables)Close the givencloseablesimmediately, swallowing any throwable in order toadd it as suppressedto the main throwable.SuppressingCloserSuppressingCloser. pushAll(Iterable<? extends AutoCloseable> closeables)Close the givencloseablesimmediately, swallowing any throwable in order toadd it as suppressedto the main throwable.<U> SuppressingCloserSuppressingCloser. pushAll(Iterable<? extends U> objectsToExtractFrom, Function<U,AutoCloseable> extract)Close theAutoCloseableelements extracted from elements ofobjectToExtractFromimmediately, swallowing any throwable in order toadd it as suppressedto the main throwable.
-