`IsKeyword_+:_LastValue`

given `IsKeyword_+:_LastValue`[Index <: Int, Keyword, Domain, LastValue](using val dsl: IsKeyword[Keyword, LastValue], val valueOfIndex: ValueOf[Index]): IsKeyword[WithIndex[Index, Keyword] +: Nothing, LastValue]

Value members

Concrete fields

protected
val dsl: IsKeyword[Keyword, LastValue]
protected
val valueOfIndex: ValueOf[Index]

Extensions

Inherited extensions

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