Class CapsuleCollectors
java.lang.Object
io.usethesource.capsule.util.stream.CapsuleCollectors
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collector
<T, ?, Set.Immutable<T>> toSet()
static <T,
K, V> Collector <T, ?, SetMultimap.Immutable<K, V>> toSetMultimap
(Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper)
-
Field Details
-
UNORDERED
-
-
Constructor Details
-
CapsuleCollectors
public CapsuleCollectors()
-
-
Method Details
-
toSet
-
toSetMultimap
public static <T,K, Collector<T,V> ?, toSetMultimapSetMultimap.Immutable<K, V>> (Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper)
-