Packages

p

ackcord

util

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait JsonOption[+A] extends AnyRef
  2. case class JsonSome[A](value: A) extends JsonOption[A] with Product with Serializable

Value Members

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

Ungrouped