Uses of Interface
org.infinispan.stream.impl.intops.MappingOperation
Packages that use MappingOperation
Package
Description
-
Uses of MappingOperation in org.infinispan.stream.impl.intops
Subinterfaces of MappingOperation in org.infinispan.stream.impl.intopsModifier and TypeInterfaceDescriptioninterfaceFlatMappingOperation<InputType,InputStream extends BaseStream<InputType, InputStream>, OutputType, OutputStream extends BaseStream<OutputType, OutputStream>> Interface to signify that anIntermediateOperationis a flat map operation. -
Uses of MappingOperation in org.infinispan.stream.impl.intops.object
Classes in org.infinispan.stream.impl.intops.object that implement MappingOperationModifier and TypeClassDescriptionclassFlatMapOperation<I,O> Performs flat map operation on a regularStreamclassPerforms flat map to double operation on a regularStreamclassPerforms flat map to int operation on a regularStreamclassPerforms flat map to long operation on a regularStreamclassMapOperation<I,O> Performs map to operation on a regularStreamclassPerforms map to double operation on a regularStreamclassPerforms map to int operation on a regularStreamclassPerforms map to long operation on a regularStream -
Uses of MappingOperation in org.infinispan.stream.impl.intops.primitive.d
Classes in org.infinispan.stream.impl.intops.primitive.d that implement MappingOperationModifier and TypeClassDescriptionclassPerforms boxed operation on aDoubleStreamclassPerforms flat map operation on aDoubleStreamclassPerforms map operation on aDoubleStreamclassPerforms map to int operation on aDoubleStreamclassPerforms map to long operation on aDoubleStreamclassPerforms boxed operation on aDoubleStream -
Uses of MappingOperation in org.infinispan.stream.impl.intops.primitive.i
Classes in org.infinispan.stream.impl.intops.primitive.i that implement MappingOperationModifier and TypeClassDescriptionclassPerforms as double operation on aIntStreamclassPerforms as long operation on aIntStreamclassPerforms boxed operation on aIntStreamclassPerforms flat map operation on aIntStreamclassPerforms map operation on aIntStreamclassPerforms map to double operation on aIntStreamclassPerforms map to long operation on aIntStreamclassPerforms map to object operation on aIntStream -
Uses of MappingOperation in org.infinispan.stream.impl.intops.primitive.l
Classes in org.infinispan.stream.impl.intops.primitive.l that implement MappingOperationModifier and TypeClassDescriptionclassPerforms as double operation on aLongStreamclassPerforms boxed operation on aLongStreamclassPerforms flat map operation on aLongStreamclassPerforms map operation on aLongStreamclassPerforms map to double operation on aLongStreamclassPerforms map to int operation on aLongStreamclassPerforms map to object operation on aLongStream