Typed

object Typed
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Keyword, Value](keyword: Keyword): Typed[Keyword, Value]
@inline
def cast[Keyword, Value]: Keyword =:= Typed[Keyword, Value]

Givens

Givens

given AnyRef[Keyword, Value]
given IsKeyword_Typed_Value[Keyword, Value]: IsKeyword[Typed[Keyword, Value], Value]
given ToTypedKeyword[Keyword]