Trait

io.getquill.context.async

ArrayDecoders

Related Doc: package async

Permalink

trait ArrayDecoders extends ArrayEncoding

Self Type
PostgresAsyncContext[_]
Linear Supertypes
ArrayEncoding, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayDecoders
  2. ArrayEncoding
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CBF[T, Col] = CanBuildFrom[Nothing, T, Col]

    Permalink
    Definition Classes
    ArrayEncoding

Abstract Value Members

  1. implicit abstract def arrayBigDecimalEncoder[Col <: Seq[BigDecimal]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  2. implicit abstract def arrayBooleanEncoder[Col <: Seq[Boolean]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  3. implicit abstract def arrayByteEncoder[Col <: Seq[Byte]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  4. implicit abstract def arrayDateEncoder[Col <: Seq[Date]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  5. implicit abstract def arrayDoubleEncoder[Col <: Seq[Double]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  6. implicit abstract def arrayFloatEncoder[Col <: Seq[Float]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  7. implicit abstract def arrayIntEncoder[Col <: Seq[Int]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  8. implicit abstract def arrayLocalDateEncoder[Col <: Seq[LocalDate]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  9. implicit abstract def arrayLongEncoder[Col <: Seq[Long]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  10. implicit abstract def arrayShortEncoder[Col <: Seq[Short]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding
  11. implicit abstract def arrayStringEncoder[Col <: Seq[String]]: PostgresAsyncContext.Encoder[Col]

    Permalink
    Definition Classes
    ArrayEncoding

Concrete 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. implicit def arrayBigDecimalDecoder[Col <: Seq[BigDecimal]](implicit bf: PostgresAsyncContext.CBF[BigDecimal, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  5. implicit def arrayBooleanDecoder[Col <: Seq[Boolean]](implicit bf: PostgresAsyncContext.CBF[Boolean, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  6. implicit def arrayByteDecoder[Col <: Seq[Byte]](implicit bf: PostgresAsyncContext.CBF[Byte, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  7. implicit def arrayDateDecoder[Col <: Seq[Date]](implicit bf: PostgresAsyncContext.CBF[Date, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  8. def arrayDecoder[I, O, Col <: Seq[O]](mapper: (I) ⇒ O)(implicit bf: PostgresAsyncContext.CBF[O, Col], iTag: ClassTag[I], oTag: ClassTag[O]): PostgresAsyncContext.Decoder[Col]

    Permalink
  9. implicit def arrayDoubleDecoder[Col <: Seq[Double]](implicit bf: PostgresAsyncContext.CBF[Double, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  10. implicit def arrayFloatDecoder[Col <: Seq[Float]](implicit bf: PostgresAsyncContext.CBF[Float, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  11. implicit def arrayIntDecoder[Col <: Seq[PostgresAsyncContext.Index]](implicit bf: PostgresAsyncContext.CBF[PostgresAsyncContext.Index, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  12. implicit def arrayJodaDateTimeDecoder[Col <: Seq[DateTime]](implicit bf: PostgresAsyncContext.CBF[DateTime, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
  13. implicit def arrayJodaLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: PostgresAsyncContext.CBF[LocalDate, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
  14. implicit def arrayJodaLocalDateTimeDecoder[Col <: Seq[LocalDateTime]](implicit bf: PostgresAsyncContext.CBF[LocalDateTime, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
  15. implicit def arrayLocalDateDecoder[Col <: Seq[LocalDate]](implicit bf: PostgresAsyncContext.CBF[LocalDate, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  16. implicit def arrayLongDecoder[Col <: Seq[Long]](implicit bf: PostgresAsyncContext.CBF[Long, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  17. implicit def arrayMappedDecoder[I, O, Col[_] <: Seq[O]](implicit mapped: PostgresAsyncContext.MappedEncoding[I, O], d: PostgresAsyncContext.Decoder[Seq[I]], bf: CanBuildFrom[Nothing, O, Col[O]]): PostgresAsyncContext.Decoder[Col[O]]

    Permalink
    Definition Classes
    ArrayEncoding
  18. implicit def arrayMappedEncoder[I, O, Col[_] <: Seq[I]](implicit mapped: PostgresAsyncContext.MappedEncoding[I, O], e: PostgresAsyncContext.Encoder[Seq[O]], bf: CanBuildFrom[Nothing, I, Col[I]]): PostgresAsyncContext.Encoder[Col[I]]

    Permalink
    Definition Classes
    ArrayEncoding
  19. def arrayRawEncoder[T, Col <: Seq[T]](implicit arg0: ClassTag[T], bf: PostgresAsyncContext.CBF[T, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
  20. implicit def arrayShortDecoder[Col <: Seq[Short]](implicit bf: PostgresAsyncContext.CBF[Short, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  21. implicit def arrayStringDecoder[Col <: Seq[String]](implicit bf: PostgresAsyncContext.CBF[String, Col]): PostgresAsyncContext.Decoder[Col]

    Permalink
    Definition Classes
    ArrayDecoders → ArrayEncoding
  22. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from ArrayEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped