| 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 DistributedIntUnaryOperator |
DistributedIntUnaryOperator.andThen(DistributedIntUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default DistributedIntUnaryOperator |
DistributedIntUnaryOperator.compose(DistributedIntUnaryOperator before)
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. |
static DistributedIntUnaryOperator |
DistributedIntUnaryOperator.identity()
Returns a unary operator that always returns its input argument.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedIntUnaryOperator |
DistributedIntUnaryOperator.andThen(DistributedIntUnaryOperator after)
Returns a composed operator that first applies this operator to
its input, and then applies the
after operator to the result. |
default DistributedIntUnaryOperator |
DistributedIntUnaryOperator.compose(DistributedIntUnaryOperator before)
Returns a composed operator that first applies the
before
operator to its input, and then applies this operator to the result. |
| Modifier and Type | Method and Description |
|---|---|
default DistributedIntStream |
DistributedIntStream.map(DistributedIntUnaryOperator mapper)
Returns a stream consisting of the results of applying the given
function to the elements of this stream.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.