`IsKeyword_+:_Value`

given `IsKeyword_+:_Value`[Index <: Int, LeftKeyword, RestKeyword, Domain, Value](using val leftDsl: IsKeyword[LeftKeyword, Value], val restDsl: IsKeyword[RestKeyword, Value]): IsKeyword[WithIndex[Index, LeftKeyword] +: RestKeyword, Value]

Value members

Concrete fields

protected
val leftDsl: IsKeyword[LeftKeyword, Value]
protected
val restDsl: IsKeyword[RestKeyword, Value]

Extensions

Inherited extensions

extension (keyword: Keyword)
@inline
def as[Domain](using run: Run[WithIndex[Index, LeftKeyword] +: RestKeyword, Domain, Value]): Domain
Inherited from
IsKeyword
@inline
def to[Domain[_]](using run: Run[WithIndex[Index, LeftKeyword] +: RestKeyword, Domain[Value], Value]): Domain[Value]
Inherited from
IsKeyword
extension (keywordOrView: KeywordOrView)
def flatMap[Mapped <: Yield[MappedElement], MappedElement](flatMapper: Value => Mapped): FlatMap[WithIndex[Index, LeftKeyword] +: RestKeyword, Value, Mapped, MappedElement]
Inherited from
HasValueOrElement
def foreach(action: Element => Unit): Foreach[WithIndex[Index, LeftKeyword] +: RestKeyword, Value]
Inherited from
HasValueOrElement
def foreach[Nested <: Do](action: Value => Nested): FlatForeach[WithIndex[Index, LeftKeyword] +: RestKeyword, Value, Nested]
Inherited from
HasValueOrElement
def map[Mapped](mapper: Value => Mapped): Map[WithIndex[Index, LeftKeyword] +: RestKeyword, Value, Mapped]
Inherited from
HasValueOrElement
def withFilter(filter: Element => Boolean): WithFilter[WithIndex[Index, LeftKeyword] +: RestKeyword, Value]
Inherited from
HasValueOrElement