Class LockedStreamImpl.CacheEntryFunction<K,V,R>

java.lang.Object
org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction<K,V,R>
All Implemented Interfaces:
Function<CacheEntry<K,V>, Stream<KeyValuePair<K,R>>>
Enclosing class:
LockedStreamImpl<K,V>

@ProtoTypeId(1181) public static class LockedStreamImpl.CacheEntryFunction<K,V,R> extends Object implements Function<CacheEntry<K,V>, Stream<KeyValuePair<K,R>>>
Since:
9.0
Author:
wburns