HasValueOrElement

Companion:
object
class Object
trait Matchable
class Any
trait IsKeyword[Keyword, Value]

Extensions

Extensions

extension (keywordOrView: KeywordOrView)
def flatMap[Mapped <: Yield[MappedElement], MappedElement](flatMapper: Element => Mapped): FlatMap[KeywordOrView, Element, Mapped, MappedElement]
def foreach[Nested <: Do](action: Element => Nested): FlatForeach[KeywordOrView, Element, Nested]
def foreach(action: Element => Unit): Foreach[KeywordOrView, Element]
def map[Mapped](mapper: Element => Mapped): Map[KeywordOrView, Element, Mapped]
def withFilter(filter: Element => Boolean): WithFilter[KeywordOrView, Element]