scala3encoders

package scala3encoders

Members list

Givens

Givens

given given_AgnosticEncoder_Array: AgnosticEncoder[Array[Byte]]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Array[O : AgnosticEncoder]: AgnosticEncoder[Array[O]]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_BigDecimal: AgnosticEncoder[BigDecimal]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_BigInt: AgnosticEncoder[BigInt]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Boolean: AgnosticEncoder[Boolean]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Byte: AgnosticEncoder[Byte]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_C[C[_], E](using ev: C[E] <:< Iterable[E], classTag: ClassTag[C[E]], element: AgnosticEncoder[E]): AgnosticEncoder[C[E]]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_CalendarInterval: AgnosticEncoder[CalendarInterval]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Date: AgnosticEncoder[Date]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Decimal: AgnosticEncoder[Decimal]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Double: AgnosticEncoder[Double]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Duration: AgnosticEncoder[Duration]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_FiniteDuration: AgnosticEncoder[FiniteDuration]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Float: AgnosticEncoder[Float]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Instant: AgnosticEncoder[Instant]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Int: AgnosticEncoder[Int]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_JBigDecimal: AgnosticEncoder[BigDecimal]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_JBigInt: AgnosticEncoder[BigInteger]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_LocalDate: AgnosticEncoder[LocalDate]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Long: AgnosticEncoder[Long]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_M[M[_, _], K, V](using ev: M[K, V] <:< Map[K, V], classTag: ClassTag[M[K, V]], key: AgnosticEncoder[K], value: AgnosticEncoder[V]): AgnosticEncoder[M[K, V]]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Option[O : AgnosticEncoder]: AgnosticEncoder[Option[O]]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Period: AgnosticEncoder[Period]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Short: AgnosticEncoder[Short]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_String: AgnosticEncoder[String]

Attributes

Source
EncoderDerivation.scala
inline given given_AgnosticEncoder_T[T](using mirror: ProductOf[T], classTag: ClassTag[T]): AgnosticEncoder[T]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Timestamp: AgnosticEncoder[Timestamp]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_VariantVal: AgnosticEncoder[VariantVal]

Attributes

Source
EncoderDerivation.scala
given given_AgnosticEncoder_Void: AgnosticEncoder[Void]

Attributes

Source
EncoderDerivation.scala