Class | Description |
---|---|
BoxedDoubleOperation |
Performs boxed operation on a
DoubleStream |
DistinctDoubleOperation |
Performs distinct operation on a
DoubleStream |
FilterDoubleOperation |
Performs filter operation on a
DoubleStream |
FlatMapDoubleOperation |
Performs flat map operation on a
DoubleStream |
LimitDoubleOperation |
Performs limit operation on a
DoubleStream |
MapDoubleOperation |
Performs map operation on a
DoubleStream |
MapToIntDoubleOperation |
Performs map to int operation on a
DoubleStream |
MapToLongDoubleOperation |
Performs map to long operation on a
DoubleStream |
MapToObjDoubleOperation<R> |
Performs boxed operation on a
DoubleStream |
PeekDoubleOperation |
Performs peek operation on a
DoubleStream |
SkipDoubleOperation |
Performs skip operation on a
DoubleStream |
SortedDoubleOperation |
Performs sorted operation on a
DoubleStream |
Copyright © 2021 JBoss by Red Hat. All rights reserved.