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.
All Known Subinterfaces:
ScanWithLifetimeMapper<T,R>

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