public class ResultStream<T> extends LazyWrappedStream<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
toList() |
allMatch, anyMatch, close, collect, collect, count, createWrappedStream, distinct, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, realizeStream, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, unordered, wrappublic java.util.List<T> toList()
Copyright © 2021. All rights reserved.