IsKeyword

trait IsKeyword[Keyword, Value] extends IsKeywordSubtype[Keyword, Keyword, Value]
trait IsKeywordSubtype[Keyword, Keyword, Value]
trait AsKeyword[Keyword, Keyword, Value]
trait Keyword => Keyword
class Object
trait Matchable
class Any

Value members

Inherited methods

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