Interface ScanWithMapper<T,​R>

  • Type Parameters:
    T - Type of items emitted by the Publisher this operator is applied.
    R - Type of items emitted by this operator.

    public interface ScanWithMapper<T,​R>
    Provides the ability to transform (aka map) signals emitted via the Publisher.scanWith(Supplier) operator.