object FormatType extends IntEnum[FormatType] with IntCirceEnumWithUnknown[FormatType]
- Source
- sticker.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormatType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends FormatType with Product with Serializable
Value Members
- implicit val codec: Codec[FormatType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): FormatType
- Definition Classes
- FormatType → ValueEnumWithUnknown
- def values: IndexedSeq[FormatType]
- Definition Classes
- FormatType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, FormatType]
- Definition Classes
- ValueEnum
- def withValue(i: Int): FormatType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], FormatType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[FormatType]
- Definition Classes
- ValueEnum
- case object APNG extends FormatType with Product with Serializable
- case object LOTTIE extends FormatType with Product with Serializable
- case object PNG extends FormatType with Product with Serializable