IsKeywordSubtype

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

Value members

Concrete methods

def apply(from: From): Keyword

Inherited methods

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