ResultMapStream<E> extension

on

Methods

asyncMapResult<T>(Future<T> mapSuccess(E), {String? tag}) Stream<Result<T>>
Map the current Result stream to a new Result one, which could be from a different type.
mapResult<T>(T mapSuccess(E), {String? tag}) Stream<Result<T>>
Map the current Result stream to a new Result one, which could be from a different type.