HasValueOrElement

com.thoughtworks.dsl.Dsl$package$.Dsl$.HasValueOrElement
See theHasValueOrElement companion object

Attributes

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

Members list

Extensions

Extensions

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Dsl.scala