@foreach
Description:
Applies the given function to each element of this seq.
This is a terminal operation.
Parameters:
| f |
a non-interfering function |
Returns:
|
a future that will be completed with null, or the error if an error occurs during the operation |