Class MapToObjIntOperation<R>

    • Constructor Detail

      • MapToObjIntOperation

        public MapToObjIntOperation​(IntFunction<? extends R> function)
    • Method Detail

      • getFunction

        public IntFunction<? extends R> getFunction()
      • mapFlowable

        public io.reactivex.rxjava3.core.Flowable<R> mapFlowable​(io.reactivex.rxjava3.core.Flowable<Integer> input)
        Description copied from interface: IntermediateOperation
        Performs the intermediate operation on a Flowable. This is an interop method to allow Distributed Streams to actually use Distributed Publisher
        Specified by:
        mapFlowable in interface IntermediateOperation<Integer,​IntStream,​R,​Stream<R>>
        Parameters:
        input - the input flowable
        Returns: