| Package | Description |
|---|---|
| com.hazelcast.jet.function |
Serializable variants of functional interfaces from
java.util.function. |
| com.hazelcast.jet.stream |
java.util.stream implementation using Hazelcast Jet
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongConsumer |
DistributedLongConsumer.andThen(DistributedLongConsumer after)
Serializable variant of
java.util.function.LongConsumer#andThen(LongConsumer). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongConsumer |
DistributedLongConsumer.andThen(DistributedLongConsumer after)
Serializable variant of
java.util.function.LongConsumer#andThen(LongConsumer). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongStream |
DistributedLongStream.peek(DistributedLongConsumer action)
Serializable variant of
java.util.stream.LongStream#peek(LongConsumer). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.