Package | Description |
---|---|
java.util.stream |
Modifier and Type | Method and Description |
---|---|
LongStream |
LongStream.flatMap(LongFunction<? extends LongStream> mapper) |
<U> Stream<U> |
LongStream.mapToObj(LongFunction<? extends U> mapper) |
Copyright © 2018. All rights reserved.