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