| Package | Description |
|---|---|
| org.hibernate.search.util.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Closer.push(ClosingOperator<T,? extends E> operator,
T objectToClose)
Execute the given close
operator immediately on
the given objectToClose, swallowing any throwable in order to
throw it later. |
<T> void |
Closer.pushAll(ClosingOperator<T,? extends E> operator,
Iterable<T> objectsToClose)
Execute the given close
operator immediately on
each element of the given iterable, swallowing any throwable in order to
throw them later. |
<T> void |
Closer.pushAll(ClosingOperator<T,? extends E> operator,
T... objectsToClose)
Execute the given close
operator immediately on
each element of the given array, swallowing any throwable in order to
throw them later. |
Copyright © 2006–2017 Hibernate. All rights reserved.