Packages

package literals

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. literals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type LiteralBoolean = Boolean with Singleton
  2. type LiteralString = String with Singleton

Value Members

  1. object LiteralBoolean
  2. object LiteralCompat extends Dynamic

    To compile code with literal types using Scala 2.12, rewrite a literal like mytype["abc"] to mytype[LiteralCompat."abc".T]

  3. object LiteralString

Inherited from AnyRef

Inherited from Any

Ungrouped