Package com.attivio.sdk.client.audit
Interface CloseableIterable<T>
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.lang.Iterable<T>
public interface CloseableIterable<T> extends java.lang.Iterable<T>, java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
forEach(java.util.function.Consumer<? super T> consumer)
Consume all values for this iterable withconsumer
-