Class CollectionExtractor<T,E>

Type Parameters:
T - – the type of the value to extract from
E - - the type of value that will be extracted
All Implemented Interfaces:
CanonicallyNamed, ExternalizableLite, PortableObject, QueryMapComparator, Remote.Function<Collection<T>,List<E>>, Remote.ToDoubleFunction<Collection<T>>, Remote.ToIntFunction<Collection<T>>, Remote.ToLongFunction<Collection<T>>, ValueExtractor<Collection<T>,List<E>>, Serializable, Comparator, Function<Collection<T>,List<E>>, ToDoubleFunction<Collection<T>>, ToIntFunction<Collection<T>>, ToLongFunction<Collection<T>>

public class CollectionExtractor<T,E> extends AbstractExtractor<Collection<T>,List<E>> implements ExternalizableLite, PortableObject
Collection Extractor is used to extract values from Collections using the provided ValueExtractor. Important Note:
Author:
Gunnar Hillert 2024.08.28
See Also: