IsKeyword_ForEach_Element

given IsKeyword_ForEach_Element[Element]: IsKeyword[ForEach[Element], Element]

Value members

Inherited methods

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