Selects all elements that are a Future and returns a List of them.
List<Future<T>> selectFutures() => whereFuture().toList();