Class | Description |
---|---|
ForEachDoubleOperation<K> |
Terminal rehash aware operation that handles for each where no flat map operations are defined on a
DoubleStream . |
ForEachFlatMapDoubleOperation<K> |
Terminal rehash aware operation that handles for each where flat map operation is performed on a
DoubleStream . |
ForEachFlatMapIntOperation<K> |
Terminal rehash aware operation that handles for each where flat map operation is performed on a
IntStream . |
ForEachFlatMapLongOperation<K> |
Terminal rehash aware operation that handles for each where flat map operation is performed on a
LongStream . |
ForEachIntOperation<K> |
Terminal rehash aware operation that handles for each where no flat map operations are defined on a
IntStream . |
ForEachLongOperation<K> |
Terminal rehash aware operation that handles for each where no flat map operations are defined on a
LongStream . |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.