MapDecoder

oxygen.sql.schema.ResultDecoder.MapDecoder
final case class MapDecoder[A, B] extends ResultDecoder[B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResultDecoder[B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def `__decodeInternal`(offset: Int, values: Contiguous[Matchable]): Either[UnableToDecodeRow, B]

Attributes

Definition Classes

Inherited methods

final def decode(values: Contiguous[Any]): Either[UnableToDecodeRow, B]

Attributes

Inherited from:
ResultDecoder
final def map[B](ab: B => B): ResultDecoder[B]

Attributes

Inherited from:
ResultDecoder
final def mapOrFail[B](ab: B => Either[String, B]): ResultDecoder[B]

Attributes

Inherited from:
ResultDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val size: Int