| パッケージ | 説明 |
|---|---|
| jp.go.nict.langrid.commons.util | |
| jp.go.nict.langrid.commons.util.stream |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <T> Stream<T> |
CollectionUtil.stream(Iterable<T> collection) |
static <T> Stream<T> |
ArrayUtil.stream(T[] array) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<U> Stream<U> |
Stream.expload(Function<T,Provider<U>> func) |
Stream<T> |
Stream.filter(Predicate<T> pred) |
static Stream<Integer> |
Generators.intRange(int begin,
int end) |
<U> Stream<U> |
Stream.map(Function<T,U> func) |
<U> Stream<U> |
Stream.map(Transformer<T,U> func) |
Copyright © 2016. All rights reserved.