trait HighPriorityDecoder extends LowPriorityDecoder
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HighPriorityDecoder
- LowPriorityDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Result[A] = Either[DecodingFailure, A]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- implicit val decodeBigInt: Decoder[BigInt]
- implicit val decodeBoolean: Decoder[Boolean]
- implicit val decodeByte: Decoder[Byte]
- implicit val decodeBytes: Decoder[Array[Byte]]
-
implicit final
val
decodeCNil: Decoder[CNil]
- Definition Classes
- LowPriorityDecoder
- implicit val decodeChar: Decoder[Char]
- implicit val decodeDouble: Decoder[Double]
- implicit val decodeFloat: Decoder[Float]
-
implicit final
def
decodeGen[A, R](implicit gen: Aux[A, R], decodeR: Lazy[Decoder[R]]): Decoder[A]
- Definition Classes
- LowPriorityDecoder
-
implicit final
val
decodeHNil: Decoder[HNil]
- Definition Classes
- LowPriorityDecoder
- implicit val decodeInt: Decoder[Int]
-
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
-
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
- implicit def decodeList[A](implicit arg0: Decoder[A]): Decoder[List[A]]
- implicit val decodeLong: Decoder[Long]
- 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]]
- implicit val decodeNone: Decoder[None.type]
- implicit def decodeOption[A](implicit A: Decoder[A]): Decoder[Option[A]]
- implicit def decodeSeq[A](implicit arg0: Decoder[A]): Decoder[Seq[A]]
- implicit def decodeSet[A](implicit arg0: Decoder[A]): Decoder[Set[A]]
- implicit val decodeShort: Decoder[Short]
- implicit def decodeSome[A](implicit decodeA: Decoder[A]): Decoder[Some[A]]
- implicit val decodeString: Decoder[String]
- implicit def decodeVector[A](implicit arg0: Decoder[A]): Decoder[Vector[A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )