JoinAll<T, E extends Exception> constructor

const JoinAll<T, E extends Exception>(
  1. Iterable<Future<T> Function()> iterable
)