Package

ackcord

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait JsonOption[+A] extends AnyRef

    Permalink
  2. case class JsonSome[A](value: A) extends JsonOption[A] with Product with Serializable

    Permalink

Value Members

  1. object JsonNull extends JsonOption[Nothing] with Product with Serializable

    Permalink
  2. object JsonOption

    Permalink
  3. object JsonUndefined extends JsonOption[Nothing] with Product with Serializable

    Permalink

Ungrouped