Class KeyStreamSupplier<K,V>

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

public class KeyStreamSupplier<K,V> extends Object implements AbstractLocalCacheStream.StreamSupplier<K,Stream<K>>
Stream supplier that is to be used when the underlying stream is composed by key instances. This supplier will do the proper filtering by assuming each element is the key itself.