| 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 DistributedLongUnaryOperator |
DistributedLongUnaryOperator.andThen(DistributedLongUnaryOperator after)
Serializable variant of java.util.function.LongUnaryOperator#andThen(LongUnaryOperator). |
default DistributedLongUnaryOperator |
DistributedLongUnaryOperator.compose(DistributedLongUnaryOperator before)
Serializable variant of java.util.function.LongUnaryOperator#compose(LongUnaryOperator). |
static DistributedLongUnaryOperator |
DistributedLongUnaryOperator.identity()
Serializable variant of java.util.function.LongUnaryOperator#identity(). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongUnaryOperator |
DistributedLongUnaryOperator.andThen(DistributedLongUnaryOperator after)
Serializable variant of java.util.function.LongUnaryOperator#andThen(LongUnaryOperator). |
default DistributedLongUnaryOperator |
DistributedLongUnaryOperator.compose(DistributedLongUnaryOperator before)
Serializable variant of java.util.function.LongUnaryOperator#compose(LongUnaryOperator). |
| Modifier and Type | Method and Description |
|---|---|
default DistributedLongStream |
DistributedLongStream.map(DistributedLongUnaryOperator mapper)
Serializable variant of
java.util.stream.LongStream#map(LongUnaryOperator). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.