t

mess

HighPriorityDecoder

trait HighPriorityDecoder extends LowPriorityDecoder

Linear Supertypes
LowPriorityDecoder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighPriorityDecoder
  2. LowPriorityDecoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Result[A] = Either[DecodingFailure, A]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. implicit val decodeBigInt: Decoder[BigInt]
  7. implicit val decodeBoolean: Decoder[Boolean]
  8. implicit val decodeByte: Decoder[Byte]
  9. implicit val decodeBytes: Decoder[Array[Byte]]
  10. implicit final val decodeCNil: Decoder[CNil]
    Definition Classes
    LowPriorityDecoder
  11. implicit val decodeChar: Decoder[Char]
  12. implicit val decodeDouble: Decoder[Double]
  13. implicit val decodeFloat: Decoder[Float]
  14. implicit final def decodeGen[A, R](implicit gen: Aux[A, R], decodeR: Lazy[Decoder[R]]): Decoder[A]
    Definition Classes
    LowPriorityDecoder
  15. implicit final val decodeHNil: Decoder[HNil]
    Definition Classes
    LowPriorityDecoder
  16. implicit val decodeInt: Decoder[Int]
  17. implicit final def decodeLabelledCCons[K <: Symbol, L, R <: Coproduct](implicit witK: Aux[K], decodeL: Lazy[Decoder[L]], decodeR: Lazy[Decoder[R]]): Decoder[:+:[FieldType[K, L], R]]
    Definition Classes
    LowPriorityDecoder
  18. implicit final def decodeLabelledHList[K <: Symbol, H, T <: HList](implicit witK: Aux[K], decodeH: Lazy[Decoder[H]], decodeT: Lazy[Decoder[T]]): Decoder[::[FieldType[K, H], T]]
    Definition Classes
    LowPriorityDecoder
  19. implicit def decodeList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
  20. implicit val decodeLong: Decoder[Long]
  21. implicit def decodeMapLike[M[_, _] <: Map[K, V], K, V](implicit decodeK: Decoder[K], decodeV: Decoder[V], factoryKV: Factory[(K, V), M[K, V]]): Decoder[M[K, V]]
  22. implicit val decodeNone: Decoder[None.type]
  23. implicit def decodeOption[A](implicit A: Decoder[A]): Decoder[Option[A]]
  24. implicit def decodeSeq[A](implicit arg0: Decoder[A]): Decoder[Seq[A]]
  25. implicit def decodeSet[A](implicit arg0: Decoder[A]): Decoder[Set[A]]
  26. implicit val decodeShort: Decoder[Short]
  27. implicit def decodeSome[A](implicit decodeA: Decoder[A]): Decoder[Some[A]]
  28. implicit val decodeString: Decoder[String]
  29. implicit def decodeVector[A](implicit arg0: Decoder[A]): Decoder[Vector[A]]
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowPriorityDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped