public class To extends Object
| Constructor and Description |
|---|
To() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,List<T>> |
list() |
static <T,K,V> Collector<Map.Entry<K,V>,?,Map<K,V>> |
map() |
static <T,K,U> Collector<T,?,Map<K,U>> |
map(Function<? super T,? extends K> keyMapper,
Function<? super T,? extends U> valueMapper) |
static <T> Collector<T,?,Set<T>> |
set() |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.