given_IsKeyword_Fence_type_Unit

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

Attributes

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

Members list

Concise view

Extensions

Inherited extensions

extension (keyword: Keyword)
def as[Domain](using run: Run[Fence.type, Domain, Unit]): Domain

Attributes

Inherited from:
IsKeyword
def to[Domain[_]](using run: Run[Fence.type, Domain[Unit], Unit]): Domain[Value]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
HasValueOrElement
def map[Mapped](mapper: Unit => Mapped): Map[KeywordOrView, Element, Mapped]

Attributes

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

Attributes

Inherited from:
HasValueOrElement