Uses of Interface
com.loomcache.server.compute.Projection
Packages that use Projection
-
Uses of Projection in com.loomcache.server.compute
Classes in com.loomcache.server.compute that implement ProjectionModifier and TypeClassDescriptionclassIdentityProjection<K,V> Built-in projection that returns the entire Map.Entry unchanged.classMultiAttributeProjection<K,V, R> Built-in projection that extracts multiple attributes from values.classSingleAttributeProjection<K,V, R> Built-in projection that extracts a single attribute from values using a function.Methods in com.loomcache.server.compute with parameters of type ProjectionModifier and TypeMethodDescription<R> List<R> EntryProcessorExecutor.project(Projection<K, V, R> projection) Project all entries in the map using the provided projection function.