whereSome method

Future<Iterable<Some<T>>> whereSome()

Implementation

Future<Iterable<Some<T>>> whereSome() {
  return Future.wait(this).then((e) => e.whereSome());
}