Trait

com.thoughtworks.dsl.Dsl$package$.Dsl$.Keyword$.Trait
trait Trait

A marker trait that denotes a keyword class, enabling extension method defined in Dsl for subclasses of Keyword.Trait.

Attributes

Source
Dsl.scala
Graph
Supertypes
class Any
Known subtypes
trait AsynchronousIo[Value]
class Accept
class Connect
class Read
class ReadFile
class Write
class WriteFile
class To[ForYield, Element, Collection]
object Fence.type
class FlatMap[Upstream, Mapped]
class If[ConditionKeyword, ThenKeyword, ElseKeyword]
class WithIndex[Index, Keyword]
class TryCatch[BlockKeyword, CaseKeyword]
class TryCatchFinally[BlockKeyword, CaseKeyword, FinalizerKeyword]
class TryFinally[TryKeyword, FinalizerKeyword]
class While[ConditionKeyword, BodyKeyword]
Show all
In this article