Object/Trait

io.parsek

PValue

Related Docs: trait PValue | package parsek

Permalink

object PValue extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PValue
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FieldType = (Symbol, PValue)

    Permalink
  2. final case class PArray(value: Vector[PValue]) extends PValue with Product with Serializable

    Permalink
  3. final case class PBoolean(value: Boolean) extends PValue with Product with Serializable

    Permalink
  4. final case class PBytes(value: Array[Byte]) extends PValue with Product with Serializable

    Permalink
  5. final case class PDate(value: LocalDate) extends PValue with Product with Serializable

    Permalink
  6. final case class PDouble(value: Double) extends PValue with Product with Serializable

    Permalink
  7. final case class PInstant(value: Instant) extends PValue with Product with Serializable

    Permalink
  8. final case class PInt(value: Int) extends PValue with Product with Serializable

    Permalink
  9. final case class PLong(value: Long) extends PValue with Product with Serializable

    Permalink
  10. final case class PMap(value: Map[Symbol, PValue]) extends PValue with Product with Serializable

    Permalink
  11. final case class PString(value: String) extends PValue with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val False: PValue

    Permalink
  5. final val Null: PValue

    Permalink
  6. final val True: PValue

    Permalink
  7. def apply[A](a: A)(implicit encoder: Encoder[A]): PValue

    Permalink
  8. final def arr(values: PValue*): PValue

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def fromBoolean(v: Boolean): PValue

    Permalink
  15. final def fromBytes(v: Array[Byte]): PValue

    Permalink
  16. final def fromDouble(v: Double): PValue

    Permalink
  17. final def fromFields(fields: Traversable[FieldType]): PValue

    Permalink
  18. final def fromInstant(v: Instant): PValue

    Permalink
  19. final def fromInt(v: Int): PValue

    Permalink
  20. final def fromLocalDate(v: LocalDate): PValue

    Permalink
  21. final def fromLong(v: Long): PValue

    Permalink
  22. final def fromMap(map: Map[Symbol, PValue]): PValue

    Permalink
  23. final def fromString(v: String): PValue

    Permalink
  24. final def fromValues(values: Traversable[PValue]): PValue

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def pmap(fields: FieldType*): PMap

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped