Uses of Interface
org.infinispan.commons.util.InfinispanCollections.Function
-
Packages that use InfinispanCollections.Function Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of InfinispanCollections.Function in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type InfinispanCollections.Function Modifier and Type Method Description static <K,V,E>
Map<K,V>InfinispanCollections. transformMapValue(Map<K,E> input, InfinispanCollections.Function<E,V> f)
Given a map of well known key/value types, it makes a shallow copy of it while at the same time transforming it's value type to a desired output type.
-