Class MapToIntOperation<I>

    • Constructor Detail

      • MapToIntOperation

        public MapToIntOperation​(ToIntFunction<? super I> function)
    • Method Detail

      • mapFlowable

        public io.reactivex.rxjava3.core.Flowable<Integer> mapFlowable​(io.reactivex.rxjava3.core.Flowable<I> 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<I,​Stream<I>,​Integer,​IntStream>
        Parameters:
        input - the input flowable
        Returns: