Uses of Interface
org.infinispan.commons.util.InjectiveFunction
-
Packages that use InjectiveFunction Package Description org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of InjectiveFunction in org.infinispan.util
Fields in org.infinispan.util declared as InjectiveFunction Modifier and Type Field Description protected InjectiveFunction<java.lang.Object,?>WriteableCacheCollectionMapper. keyFilterMapperConstructors in org.infinispan.util with parameters of type InjectiveFunction Constructor Description WriteableCacheCollectionMapper(CacheCollection<E> realCollection, java.util.function.Function<? super E,? extends R> toNewTypeFunction, java.util.function.Function<? super E,? extends R> toNewTypeIteratorFunction, java.util.function.Function<? super R,? extends E> fromNewTypeFunction, InjectiveFunction<java.lang.Object,?> keyFilterFunction)WriteableCacheCollectionMapper(CacheCollection<E> realCollection, java.util.function.Function<? super E,? extends R> toNewTypeFunction, java.util.function.Function<? super R,? extends E> fromNewTypeFunction, InjectiveFunction<java.lang.Object,?> keyFilterFunction)WriteableCacheSetMapper(CacheSet<E> realSet, InjectiveFunction<? super E,? extends R> toNewTypeFunction, InjectiveFunction<? super E,? extends R> toNewTypeIteratorFunction, InjectiveFunction<? super R,? extends E> fromNewTypeFunction, InjectiveFunction<java.lang.Object,?> keyFilterFunction)WriteableCacheSetMapper(CacheSet<E> realSet, InjectiveFunction<? super E,? extends R> toNewTypeFunction, InjectiveFunction<? super R,? extends E> fromNewTypeFunction, InjectiveFunction<java.lang.Object,?> keyFilterFunction)
-