IsKeywordSubtype_Element_Yield_Unit

given IsKeywordSubtype_Element_Yield_Unit[Element]: IsKeywordSubtype[Element, Yield[Element], Unit]

Value members

Inherited methods

@unspecialized
def andThen[A](g: Yield[Element] => A): Element => A
Inherited from
Function1
def apply(from: Element): Yield[Element]
Inherited from
IsKeywordSubtype
@unspecialized
def compose[A](g: A => Element): A => Yield[Element]
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1