Packages

final class Emoji extends AnyVal

The value class representing a codepoint in the Emoji set.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def chars: Array[Char]

    Returns the sequence of characters (usually surrogate pairs).

  6. val codePoint: Int
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def hex: String

    A convenience method that prepends "0x" before toHexString

  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def name: String

    Returns the emoji's Unicode name.

  11. def toHexString: String

    Returns the hexadecimal code.

  12. def toString(): String

    Returns the emoji as a String.

    Returns the emoji as a String. Use this if you want smiley faces.

    Definition Classes
    Emoji → Any

Inherited from AnyVal

Inherited from Any

Ungrouped