Uses of Interface
org.infinispan.commons.util.InjectiveFunction
Package
Description
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.cache.impl
Modifier and TypeInterfaceDescriptioninterface
This is a marker interface to signal that this function may perform an encoding of the provided value.Modifier and TypeClassDescriptionclass
EncoderEntryMapper<K,
V, T extends Map.Entry<K, V>> Function
that uses an encoder to converter entries from the configured storage format to the requested format.class
Function
that uses a keyEncoder to converter keys from the configured storage format to the requested format.class
Function
that uses a valueEncoder to converter values from the configured storage format to the requested format. -
Uses of InjectiveFunction in org.infinispan.util
Modifier and TypeFieldDescriptionprotected final InjectiveFunction<Object,
?> WriteableCacheCollectionMapper.keyFilterMapper
ModifierConstructorDescriptionWriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super E, ? extends R> toNewTypeIteratorFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction) WriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<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<Object, ?> keyFilterFunction) WriteableCacheSetMapper
(CacheSet<E> realSet, InjectiveFunction<? super E, ? extends R> toNewTypeFunction, InjectiveFunction<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction)