whereFuture method

Iterable<Future<T>> whereFuture()

Filters to Future elements.

Implementation

Iterable<Future<T>> whereFuture() => whereType<Future<T>>();