Interface Caches.CollectableCloseableIterable<T>
-
- All Superinterfaces:
AutoCloseable
,org.infinispan.commons.util.CloseableIterable<T>
,Iterable<T>
- Enclosing class:
- Caches
public static interface Caches.CollectableCloseableIterable<T> extends org.infinispan.commons.util.CloseableIterable<T>
This interface is provided for convenient fluent use of CloseableIterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>
toSet()
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-