object VPackDecoder extends VPackDecoderDerivation with VPackDecoderLow

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VPackDecoder
  2. VPackDecoderLow
  3. VPackDecoderDerivation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Typeclass[T] = VPackDecoder[T]
    Definition Classes
    VPackDecoderDerivation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](implicit decoder: VPackDecoder[T]): VPackDecoder[T]
    Annotations
    @inline()
  5. implicit val arrayByteDecoder: VPackDecoder[Array[Byte]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bigdecimalDecoder: VPackDecoder[BigDecimal]
  8. implicit val bigintDecoder: VPackDecoder[BigInt]
  9. implicit val booleanDecoder: VPackDecoder[Boolean]
  10. implicit val byteDecoder: VPackDecoder[Byte]
  11. implicit val byteVectorDecoder: VPackDecoder[ByteVector]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def combine[T](ctx: CaseClass[VPackDecoder, T]): VPackDecoder[T]
    Definition Classes
    VPackDecoderDerivation
  14. implicit val dateDecoder: VPackDecoder[Date]
  15. implicit def derivedDecoder[T](implicit derived: Derived[VPackDecoder[T]]): VPackDecoder[T]
    Definition Classes
    VPackDecoderLow
  16. implicit val doubleDecoder: VPackDecoder[Double]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. implicit val floatDecoder: VPackDecoder[Float]
  21. macro def gen[T]: VPackDecoder[T]
  22. implicit def genericDecoder[T <: HList](implicit a: Decoder[T]): VPackDecoder[T]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. implicit val instantDecoder: VPackDecoder[Instant]
  26. implicit val intDecoder: VPackDecoder[Int]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. implicit def listDecoder[T](implicit d: VPackDecoder[T]): VPackDecoder[List[T]]
  29. implicit val localDateDecoder: VPackDecoder[LocalDate]
  30. implicit val longDecoder: VPackDecoder[Long]
  31. implicit def mapDecoder[K, T](implicit kd: VPackKeyDecoder[K], td: VPackDecoder[T]): VPackDecoder[Map[K, T]]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. implicit def optionDecoder[T](implicit d: VPackDecoder[T]): VPackDecoder[Option[T]]
  36. implicit def seqDecoder[T](implicit d: VPackDecoder[T]): VPackDecoder[Seq[T]]
  37. implicit def setDecoder[T](implicit d: VPackDecoder[T]): VPackDecoder[Set[T]]
  38. implicit val shortDecoder: VPackDecoder[Short]
  39. implicit val stringDecoder: VPackDecoder[String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. implicit val uuidDecoder: VPackDecoder[UUID]
  43. implicit val vArrayDecoder: VPackDecoder[VArray]
  44. implicit val vObjectDecoder: VPackDecoder[VObject]
  45. implicit val vPackDecoder: VPackDecoder[VPack]
  46. implicit def vectorDecoder[T](implicit d: VPackDecoder[T]): VPackDecoder[Vector[T]]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from VPackDecoderLow

Inherited from VPackDecoderDerivation

Inherited from AnyRef

Inherited from Any

Ungrouped