public static class Ehcache.GetAllFunction<K,V>
extends java.lang.Object
implements java.util.function.Function<java.lang.Iterable<? extends K>,java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>>>
Constructor and Description |
---|
GetAllFunction() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> |
apply(java.lang.Iterable<? extends K> keys) |