AsyncStreamWrapper

constructor(wrapped: Stream<WRAPPED>, mapper: suspend (WRAPPED) -> RESULT?)

Parameters

WRAPPED

The value type of the wrapped stream

RESULT

The value type of the resulting stream