given_IsKeyword_Fence_type_Unit

com.thoughtworks.dsl.keywords.Fence$.given_IsKeyword_Fence_type_Unit$

Attributes

Source
Fence.scala
Graph
Supertypes
trait IsKeyword[Fence.type, Unit]
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Inherited extensions

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

Attributes

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

Attributes

Inherited from:
IsKeyword
Source
Dsl.scala
extension (keywordOrView: KeywordOrView)(keywordOrView: Fence.type)
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