Derived

com.thoughtworks.dsl.Dsl$package$.Dsl$.Derived$
opaque object Derived

Includes Dsls derived from other Dsls for the same Keyword in a simpler domain. For example, a Dsl.Derived.StackUnsafe for keywords.Yield in the domain Vector[Int] !! String is derived from the Dsl for keywords.Yield in the domain Vector[Int].

Attributes

Source
Dsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Derived.type

Members list

Type members

Types

opaque type StackSafe[-Keyword, Domain, +Value]

A Dsl derived from a stack-safe domain, e.g. domains.Task or scala.util.control.TailCalls.TailRec.

A Dsl derived from a stack-safe domain, e.g. domains.Task or scala.util.control.TailCalls.TailRec.

Attributes

Source
Dsl.scala
opaque type StackUnsafe[-Keyword, Domain, +Value]

A Dsl derived from a stack-unsafe domain, e.g. scala.concurrent.Future

A Dsl derived from a stack-unsafe domain, e.g. scala.concurrent.Future

Attributes

Source
Dsl.scala

Value members

Concrete methods

Attributes

Source
Dsl.scala