ArraySeqDecoder
oxygen.sql.schema.ResultDecoder.ArraySeqDecoder
final case class ArraySeqDecoder[A](inner: ResultDecoder[A]) extends ResultDecoder[ArraySeq[A]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def `__decodeInternal`(offset: Int, values: ArraySeq[Matchable]): Either[UnableToDecodeRow, ArraySeq[A]]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- ResultDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
In this article