Packages

package emoji

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Emoji extends AnyVal

    The value class representing a codepoint in the Emoji set.

  2. class EmojiNotFound extends RuntimeException
  3. class ShortCodes extends AnyRef

    An emoji to shortcode mapping.

    An emoji to shortcode mapping. This is a class that should be declared and used as an implicit value, so that shortcode mappings don't have to be global across an application.

    "import ShortCodes.Defaults._" to import the default shortcode mapping. "import ShortCodes.Implicits._" to enrich Emoji and String with shortcode methods.

Value Members

  1. object Emoji

    This is the singleton object for Emoji.

  2. object ScalaVersionSpecific
  3. object ShortCodes

    Companion object for shortcodes.

Ungrouped