com.lightbend.emoji

Type members

Classlikes

final class Emoji extends AnyVal

The value class representing a codepoint in the Emoji set.

The value class representing a codepoint in the Emoji set.

Value Params
codePoint

the codepoint representing the Emoji character

Companion
object
object Emoji

This is the singleton object for Emoji.

This is the singleton object for Emoji.

Companion
class
class EmojiNotFound(msg: String) extends RuntimeException
class ShortCodes(template: Option[ShortCodes])

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.

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.

Companion
object
object ShortCodes

Companion object for shortcodes.

Companion object for shortcodes.

Companion
class