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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.infinispan.commons.util.CloseableIterable

    close, iterator

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • toSet

      Set<T> toSet()