Package org.infinispan.stream.impl.intops.primitive.i
-
Class Summary Class Description AsDoubleIntOperation Performs as double operation on aIntStream
AsLongIntOperation Performs as long operation on aIntStream
BoxedIntOperation Performs boxed operation on aIntStream
DistinctIntOperation Performs distinct operation on aIntStream
FilterIntOperation<S> Performs filter operation on aIntStream
FlatMapIntOperation Performs flat map operation on aIntStream
LimitIntOperation Performs limit operation on aIntStream
MapIntOperation Performs map operation on aIntStream
MapToDoubleIntOperation Performs map to double operation on aIntStream
MapToLongIntOperation Performs map to long operation on aIntStream
MapToObjIntOperation<R> Performs map to object operation on aIntStream
PeekIntOperation Performs peek operation on aIntStream
SkipIntOperation Performs skip operation on aIntStream
SortedIntOperation Performs sorted operation on aIntStream