public class ManifoldStreamCollectionsExt extends Object
Constructor and Description |
---|
ManifoldStreamCollectionsExt() |
Modifier and Type | Method and Description |
---|---|
static <T,V> Map<V,List<T>> |
groupingBy(Stream<T> thiz,
Function<? super T,V> valueMapper) |
static <T> List<T> |
toList(Stream<T> thiz) |
static <T,K> Map<K,T> |
toMap(Stream<T> thiz,
Function<? super T,K> keyMapper) |
static <T,K,V> Map<K,V> |
toMap(Stream<T> thiz,
Function<? super T,K> keyMapper,
Function<? super T,V> valueMapper) |
static <T> Set<T> |
toSet(Stream<T> thiz) |
Copyright © 2024. All rights reserved.