Class PeekIntOperation
java.lang.Object
org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- All Implemented Interfaces:
IntermediateOperation<Integer,IntStream, Integer, IntStream>
public class PeekIntOperation
extends Object
implements IntermediateOperation<Integer,IntStream,Integer,IntStream>
Performs peek operation on a
IntStream-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInjection(ComponentRegistry registry) Handles injection of components for various dependencies that the intermediate operation hasio.reactivex.rxjava3.core.Flowable<Integer>mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input) Performs the intermediate operation on a Flowable.Performs the actualy intermediate operation returning the resulting stream
-
Constructor Details
-
PeekIntOperation
-
-
Method Details
-
perform
Description copied from interface:IntermediateOperationPerforms the actualy intermediate operation returning the resulting stream -
getConsumer
-
handleInjection
Description copied from interface:IntermediateOperationHandles injection of components for various dependencies that the intermediate operation has- Specified by:
handleInjectionin interfaceIntermediateOperation<Integer,IntStream, Integer, IntStream> - Parameters:
registry- the registry to use
-
mapFlowable
public io.reactivex.rxjava3.core.Flowable<Integer> mapFlowable(io.reactivex.rxjava3.core.Flowable<Integer> input) Description copied from interface:IntermediateOperationPerforms the intermediate operation on a Flowable. This is an interop method to allow Distributed Streams to actually use Distributed Publisher- Specified by:
mapFlowablein interfaceIntermediateOperation<Integer,IntStream, Integer, IntStream> - Parameters:
input- the input flowable- Returns:
-