| Class | Description |
|---|---|
| AsDoubleLongOperation |
Performs as double operation on a
LongStream |
| BoxedLongOperation |
Performs boxed operation on a
LongStream |
| DistinctLongOperation |
Performs distinct operation on a
LongStream |
| FilterLongOperation<S> |
Performs filter operation on a
LongStream |
| FlatMapLongOperation |
Performs flat map operation on a
LongStream |
| LimitLongOperation |
Performs limit operation on a
LongStream |
| MapLongOperation |
Performs map operation on a
LongStream |
| MapToDoubleLongOperation |
Performs map to double operation on a
LongStream |
| MapToIntLongOperation |
Performs map to int operation on a
LongStream |
| MapToObjLongOperation<R> |
Performs map to object operation on a
LongStream |
| PeekLongOperation |
Performs peek operation on a
LongStream |
| SkipLongOperation |
Performs skip operation on a
LongStream |
| SortedLongOperation |
Performs sorted operation on a
LongStream |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.