Class MapToObjLongOperation<R>

    • Constructor Detail

      • MapToObjLongOperation

        public MapToObjLongOperation​(LongFunction<? extends R> function)
    • Method Detail

      • mapFlowable

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