Interface BuiltInProjectionCollectors
public interface BuiltInProjectionCollectors
Provides access to built-in projection collectors.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <V> ProjectionCollector.Provider
<V, V[]> static <V> ProjectionCollector.Provider
<V, List<V>> list()
static <V> ProjectionCollector.Provider
<V, V> nullable()
static <V> ProjectionCollector.Provider
<V, Optional<V>> optional()
static <V> ProjectionCollector.Provider
<V, Set<V>> set()
static <V,
C> ProjectionCollector.Provider <V, C> static <V> ProjectionCollector.Provider
<V, SortedSet<V>> static <V> ProjectionCollector.Provider
<V, SortedSet<V>> sortedSet
(Comparator<? super V> comparator)
-
Method Details
-
nullable
-
list
-
simple
-
array
-
set
-
sortedSet
-
sortedSet
-
optional
-