IsKeyword_Fork_Element

given IsKeyword_Fork_Element[Element]: IsKeyword[Fork[Element], Element]

Value members

Inherited methods

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