Class MapToLongOperation<I>

    • Constructor Detail

      • MapToLongOperation

        public MapToLongOperation​(ToLongFunction<? super I> function)
    • Method Detail

      • mapFlowable

        public io.reactivex.rxjava3.core.Flowable<Long> 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>,​Long,​LongStream>
        Parameters:
        input - the input flowable
        Returns: