IsKeyword

com.thoughtworks.dsl.Dsl$package$.Dsl$.IsKeyword
trait IsKeyword[Keyword, Value] extends HasValueOrElement[Keyword, Value]

Attributes

Source
Dsl.scala
Graph
Supertypes
trait HasValueOrElement[Keyword, Value]
class Object
trait Matchable
class Any
Known subtypes

Members list

Extensions

Extensions

extension (keyword: Keyword)(keyword: Keyword)
def as[Domain](using run: (Keyword, Domain) => Value): Domain

Attributes

Source
Dsl.scala
def to[Domain[_]](using run: (Keyword, Domain[Value]) => Value): Domain[Value]

Attributes

Source
Dsl.scala

Inherited extensions

extension (keywordOrView: KeywordOrView)(keywordOrView: Keyword)
def flatMap[Mapped <: Yield[MappedElement], MappedElement](flatMapper: Element => Mapped): FlatMap[KeywordOrView, Element, Mapped, MappedElement]

Attributes

Inherited from:
HasValueOrElement
Source
Dsl.scala
def foreach(action: Element => Unit): Foreach[KeywordOrView, Element]

Attributes

Inherited from:
HasValueOrElement
Source
Dsl.scala
def foreach[Nested <: Do](action: Element => Nested): FlatForeach[KeywordOrView, Element, Nested]

Attributes

Inherited from:
HasValueOrElement
Source
Dsl.scala
def map[Mapped](mapper: Element => Mapped): Map[KeywordOrView, Element, Mapped]

Attributes

Inherited from:
HasValueOrElement
Source
Dsl.scala
def withFilter(filter: Element => Boolean): WithFilter[KeywordOrView, Element]

Attributes

Inherited from:
HasValueOrElement
Source
Dsl.scala