| Package | Description |
|---|---|
| com.hazelcast.jet.stream |
java.util.stream implementation using Hazelcast Jet
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongStream |
DistributedLongStream.flatMap(DistributedLongFunction<? extends LongStream> mapper)
Serializable variant of
java.util.stream.LongStream#flatMap(LongFunction). |
default <U> DistributedStream<U> |
DistributedLongStream.mapToObj(DistributedLongFunction<? extends U> mapper)
Serializable variant of
java.util.stream.LongStream#mapToObj(LongFunction). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.