Uses of Interface
org.infinispan.stream.impl.intops.IntermediateOperation
Packages that use IntermediateOperation
Package
Description
-
Uses of IntermediateOperation in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl with type parameters of type IntermediateOperationModifier and TypeFieldDescriptionprotected final Queue<IntermediateOperation> AbstractCacheStream.intermediateOperationsMethods in org.infinispan.stream.impl with parameters of type IntermediateOperationModifier and TypeMethodDescriptionprotected voidAbstractCacheStream.addIntermediateOperation(Queue<IntermediateOperation> intermediateOperations, IntermediateOperation<T, S, ?, ?> intermediateOperation) protected S2AbstractCacheStream.addIntermediateOperation(IntermediateOperation<T, S, T, S> intermediateOperation) protected voidAbstractCacheStream.addIntermediateOperationMap(IntermediateOperation<T, S, ?, ?> intermediateOperation) Method parameters in org.infinispan.stream.impl with type arguments of type IntermediateOperationModifier and TypeMethodDescriptionprotected voidAbstractCacheStream.addIntermediateOperation(Queue<IntermediateOperation> intermediateOperations, IntermediateOperation<T, S, ?, ?> intermediateOperation) Constructor parameters in org.infinispan.stream.impl with type arguments of type IntermediateOperationModifierConstructorDescriptionCacheIntermediatePublisher(Iterable<IntermediateOperation<?, ?, ?, ?>> intOps) -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops
Subinterfaces of IntermediateOperation 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.interfaceMappingOperation<InputType,InputStream extends BaseStream<InputType, InputStream>, OutputType, OutputStream extends BaseStream<OutputType, OutputStream>> Marker interface to signify that anIntermediateOperationis a map operation.Classes in org.infinispan.stream.impl.intops that implement IntermediateOperationModifier and TypeClassDescriptionclassUnorderedOperation<Type,Stream extends BaseStream<Type, Stream>> Performs unordered operation on aBaseStreamMethods in org.infinispan.stream.impl.intops that return IntermediateOperationModifier and TypeMethodDescriptionIntermediateOperationExternalizer.readObject(ObjectInput input) Methods in org.infinispan.stream.impl.intops that return types with arguments of type IntermediateOperationModifier and TypeMethodDescriptionSet<Class<? extends IntermediateOperation>> IntermediateOperationExternalizer.getTypeClasses()Methods in org.infinispan.stream.impl.intops with parameters of type IntermediateOperationModifier and TypeMethodDescriptionvoidIntermediateOperationExternalizer.writeObject(ObjectOutput output, IntermediateOperation object) -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.object
Classes in org.infinispan.stream.impl.intops.object that implement IntermediateOperationModifier and TypeClassDescriptionclassPerforms distinct operation on a regularStreamclassPerforms filter operation on a regularStreamclassFlatMapOperation<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 regularStreamclassPerforms limit 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 regularStreamclassPerforms peek operation on a regularStreamclassPerforms skip operation on a regularStreamclassPerforms sorted operation with a comparator on a regularStreamclassPerforms sorted operation on a regularStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.d
Classes in org.infinispan.stream.impl.intops.primitive.d that implement IntermediateOperationModifier and TypeClassDescriptionclassPerforms boxed operation on aDoubleStreamclassPerforms distinct operation on aDoubleStreamclassPerforms filter operation on aDoubleStreamclassPerforms flat map operation on aDoubleStreamclassPerforms limit operation on aDoubleStreamclassPerforms map operation on aDoubleStreamclassPerforms map to int operation on aDoubleStreamclassPerforms map to long operation on aDoubleStreamclassPerforms boxed operation on aDoubleStreamclassPerforms peek operation on aDoubleStreamclassPerforms skip operation on aDoubleStreamclassPerforms sorted operation on aDoubleStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.i
Classes in org.infinispan.stream.impl.intops.primitive.i that implement IntermediateOperationModifier and TypeClassDescriptionclassPerforms as double operation on aIntStreamclassPerforms as long operation on aIntStreamclassPerforms boxed operation on aIntStreamclassPerforms distinct operation on aIntStreamclassPerforms filter operation on aIntStreamclassPerforms flat map operation on aIntStreamclassPerforms limit operation on aIntStreamclassPerforms map operation on aIntStreamclassPerforms map to double operation on aIntStreamclassPerforms map to long operation on aIntStreamclassPerforms map to object operation on aIntStreamclassPerforms peek operation on aIntStreamclassPerforms skip operation on aIntStreamclassPerforms sorted operation on aIntStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.l
Classes in org.infinispan.stream.impl.intops.primitive.l that implement IntermediateOperationModifier and TypeClassDescriptionclassPerforms as double operation on aLongStreamclassPerforms boxed operation on aLongStreamclassPerforms distinct operation on aLongStreamclassPerforms filter operation on aLongStreamclassPerforms flat map operation on aLongStreamclassPerforms limit operation on aLongStreamclassPerforms map operation on aLongStreamclassPerforms map to double operation on aLongStreamclassPerforms map to int operation on aLongStreamclassPerforms map to object operation on aLongStreamclassPerforms peek operation on aLongStreamclassPerforms skip operation on aLongStreamclassPerforms sorted operation on aLongStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.local
Fields in org.infinispan.stream.impl.local with type parameters of type IntermediateOperationModifier and TypeFieldDescriptionprotected final Queue<IntermediateOperation> AbstractLocalCacheStream.intermediateOperations