For

com.thoughtworks.dsl.Dsl$package$.Dsl$.For$
See theFor companion trait
object For

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
For.type

Members list

Concise view

Type members

Classlikes

object Do

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Do.type
sealed trait Do extends For

The AST returned from a for...do expression.

The AST returned from a for...do expression.

Attributes

Companion:
object
Graph
Supertypes
trait For
class Object
trait Matchable
class Any
Known subtypes
class FlatForeach[Upstream, UpstreamElement, Nested]
class Foreach[Upstream, UpstreamElement]
class KeywordForeach[Upstream, UpstreamElement, UnitKeyword]
object Yield

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Yield.type
sealed trait Yield[Element] extends For

The AST returned from a for...yield expression.

The AST returned from a for...yield expression.

Attributes

Companion:
object
Graph
Supertypes
trait For
class Object
trait Matchable
class Any
Known subtypes
class FlatMap[Upstream, UpstreamElement, Mapped, Element]
class KeywordMap[Upstream, UpstreamElement, ElementKeyword, Element]
class Map[Upstream, UpstreamElement, Element]
class WithFilter[Upstream, Element]

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror