Interface ScanWithLifetimeMapper<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 Superinterfaces:
ScanWithMapper<T,R>

@Deprecated public interface ScanWithLifetimeMapper<T,R> extends ScanWithMapper<T,R>
Deprecated.
Provides the ability to transform (aka map) signals emitted via the Publisher.scanWithLifetime(Supplier) operator, as well as the ability to cleanup state via afterFinally().