liftFutures method

Iterable<Future<T>> liftFutures()

Implementation

Iterable<Future<T>> liftFutures() => map((e) => Future.value(e));