Class LimitLongOperation

    • Constructor Detail

      • LimitLongOperation

        public LimitLongOperation​(long limit)
    • Method Detail

      • getLimit

        public long getLimit()
      • mapFlowable

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