StreamEitherUnit typedef

StreamEitherUnit = StreamEither<Unit>

A shorthand for a StreamEither that emits Unit success values.

Implementation

typedef StreamEitherUnit = StreamEither<Unit>;