package literals
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- literals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- object LiteralBoolean
- object LiteralCompat extends Dynamic
To compile code with literal types using Scala 2.12, rewrite a literal like
mytype["abc"]
tomytype[LiteralCompat.
"abc".T]
- object LiteralString