FutureExtensions<T> extension

on

Methods

to<R>(FutureOr<R> mapper(T input)) FutureOr<Tuple<T, R>>