ResultMap<E> extension

on

Methods

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