@Deprecated public class Stream<T> extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<T> |
asList()
非推奨です。
|
<U> Stream<U> |
expload(Function<T,Provider<U>> func)
非推奨です。
|
Stream<T> |
filter(Predicate<T> pred)
非推奨です。
|
void |
forEach(Consumer<T> consumer)
非推奨です。
|
<C extends Collection<T>> |
into(C collection)
非推奨です。
|
<U> Stream<U> |
map(Function<T,U> func)
非推奨です。
|
<U> Stream<U> |
map(Transformer<T,U> func)
非推奨です。
|
T |
reduce(T identity,
BiFunction<T,T,T> func)
非推奨です。
|
public <U> Stream<U> map(Transformer<T,U> func)
public <C extends Collection<T>> C into(C collection)
Copyright © 2017. All rights reserved.