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