given_IsKeyword_Fence_type_Unit

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

Extensions

Inherited extensions

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