com.thoughtworks.dsl.Dsl$package$.Dsl$.For
See theFor companion object The AST returned from a for
...yield
or a for
...do
expression.
Note that a For does not directly support !-notation. Instead,
keywords.Each.ToView is used to convert a For to a Keyword
that supports !-notation.
Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
class
Foreach[
Upstream,
UpstreamElement]
class
FlatMap[
Upstream,
UpstreamElement,
Mapped,
Element]
class
KeywordMap[
Upstream,
UpstreamElement,
ElementKeyword,
Element]
class
Map[
Upstream,
UpstreamElement,
Element]