IsKeyword_NoneSafe_A

Extensions

Inherited extensions

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