public static class ImprovedList.ImprovedListStream<T> extends ImprovedStream<T>
java.util.stream.Stream.Builder<T>delegate| Constructor and Description |
|---|
ImprovedListStream(ImprovedStream<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
ImprovedList<T> |
collect() |
<O> ImprovedList<O> |
transform(java.util.function.Function<? super T,? extends O> f) |
allMatch, anyMatch, builder, close, collect, collect, concat, count, distinct, empty, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, generate, groupingBy, improve, isParallel, iterate, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, of, of, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, toList, toMap, toSet, unorderedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconcat, generate, iteratepublic ImprovedListStream(ImprovedStream<T> delegate)
public <O> ImprovedList<O> transform(java.util.function.Function<? super T,? extends O> f)
public ImprovedList<T> collect()
Copyright © 2015. All rights reserved.