Class EntryStreamSupplier<K,V>

java.lang.Object
org.infinispan.stream.impl.local.EntryStreamSupplier<K,V>
All Implemented Interfaces:
AbstractLocalCacheStream.StreamSupplier<CacheEntry<K,V>,Stream<CacheEntry<K,V>>>

public class EntryStreamSupplier<K,V> extends Object implements AbstractLocalCacheStream.StreamSupplier<CacheEntry<K,V>,Stream<CacheEntry<K,V>>>
Stream supplier that is to be used when the underlying stream is composed by CacheEntry instances. This supplier will do the proper filtering by key based on the CacheEntry key.