Interface ScanLifetimeMapper<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:
ScanMapper<T,R>

public interface ScanLifetimeMapper<T,R> extends ScanMapper<T,R>
Provides the ability to transform (aka map) signals emitted via the Publisher.scanWithLifetimeMapper(Supplier) operator, as well as the ability to cleanup state via afterFinally().