Uses of Class
org.infinispan.stream.impl.termop.AbstractForEachOperation
-
Packages that use AbstractForEachOperation Package Description org.infinispan.stream.impl.termop.object org.infinispan.stream.impl.termop.primitive -
-
Uses of AbstractForEachOperation in org.infinispan.stream.impl.termop.object
Subclasses of AbstractForEachOperation in org.infinispan.stream.impl.termop.object Modifier and Type Class Description class
ForEachBiOperation<Original,K,V>
Terminal operation that handles for each where no map operations are definedclass
ForEachOperation<Original,K,V>
Terminal operation that handles for each where no map operations are defined -
Uses of AbstractForEachOperation in org.infinispan.stream.impl.termop.primitive
Subclasses of AbstractForEachOperation in org.infinispan.stream.impl.termop.primitive Modifier and Type Class Description class
ForEachFlatMapDoubleOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aDoubleStream
.class
ForEachFlatMapIntOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aIntStream
.class
ForEachFlatMapLongOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aLongStream
.class
ForEachFlatMapObjDoubleOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aDoubleStream
.class
ForEachFlatMapObjIntOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aIntStream
.class
ForEachFlatMapObjLongOperation<Original,K>
Terminal rehash aware operation that handles for each where flat map operation is performed on aLongStream
.
-