| Package | Description |
|---|---|
| com.hazelcast.jet.stream |
java.util.stream implementation using Hazelcast Jet
|
| Modifier and Type | Method and Description |
|---|---|
default OptionalLong |
DistributedLongStream.reduce(DistributedLongBinaryOperator op)
Serializable variant of
java.util.stream.LongStream#reduce(LongBinaryOperator). |
default long |
DistributedLongStream.reduce(long identity,
DistributedLongBinaryOperator op)
Serializable variant of
java.util.stream.LongStream#reduce(long, LongBinaryOperator). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.