AsKeyword

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

Value members

Inherited methods

@unspecialized
def andThen[A](g: Keyword => A): From => A
Inherited from
Function1
def apply(v1: From): Keyword
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