Add In
and For
as a replacement of Each
and ForEach
#475
Milestone
In
and For
as a replacement of Each
and ForEach
#475
Foreach
is a hidden keyword automatically generated fromforeach
calls, for example:The return type should be
Foreach[Await[Future[Int]], Int, Unit]
In
is just a wrapper of collection types to prevent theforeach
/map
/flatMap
/withFilter
methods defined on the collection, for example:Both
In
andForeach
are supposed to be used along withfor
expression instead of !-notation.The text was updated successfully, but these errors were encountered: