IsKeyword_ToView_Value

given IsKeyword_ToView_Value[Comprehension, Keyword, Value](using val toKeyword: Comprehension => Keyword, val isKeyword: IsKeyword[Keyword, Value]): IsKeyword[ToView[Comprehension], Value]

Value members

Inherited methods

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

Concrete fields

protected
val isKeyword: IsKeyword[Keyword, Value]
protected
val toKeyword: Comprehension => Keyword