LongStream
flatMap(LongFunction<? extends LongStream> mapper)
<U> Stream<U>
mapToObj(LongFunction<? extends U> mapper)
Stream