| Class | Description |
|---|---|
| AsDoubleIntOperation |
Performs as double operation on a
IntStream |
| AsLongIntOperation |
Performs as long operation on a
IntStream |
| BoxedIntOperation |
Performs boxed operation on a
IntStream |
| DistinctIntOperation |
Performs distinct operation on a
IntStream |
| FilterIntOperation<S> |
Performs filter operation on a
IntStream |
| FlatMapIntOperation |
Performs flat map operation on a
IntStream |
| LimitIntOperation |
Performs limit operation on a
IntStream |
| MapIntOperation |
Performs map operation on a
IntStream |
| MapToDoubleIntOperation |
Performs map to double operation on a
IntStream |
| MapToLongIntOperation |
Performs map to long operation on a
IntStream |
| MapToObjIntOperation<R> |
Performs map to object operation on a
IntStream |
| PeekIntOperation |
Performs peek operation on a
IntStream |
| SkipIntOperation |
Performs skip operation on a
IntStream |
| SortedIntOperation |
Performs sorted operation on a
IntStream |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.