package emoji
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class Emoji extends AnyVal
The value class representing a codepoint in the Emoji set.
- class EmojiNotFound extends RuntimeException
- 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
- object Emoji
This is the singleton object for Emoji.
- object ScalaVersionSpecific
- object ShortCodes
Companion object for shortcodes.