| 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 DistributedDoubleConsumer |
DistributedDoubleConsumer.andThen(DistributedDoubleConsumer after)
Serializable variant of java.util.function.DoubleConsumer#andThen(DoubleConsumer). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedDoubleConsumer |
DistributedDoubleConsumer.andThen(DistributedDoubleConsumer after)
Serializable variant of java.util.function.DoubleConsumer#andThen(DoubleConsumer). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedDoubleStream |
DistributedDoubleStream.peek(DistributedDoubleConsumer action)
Serializable variant of
java.util.stream.DoubleStream#peek(DoubleConsumer). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.