WhenAll<T> extension

on

Methods

whenAll(T callback(List<T>)) → T?

Available on List<T?>, provided by the WhenAll extension

Executes the callback with the list of elements if all elements in the list are non-null. If any element is null, the method returns null.