CustomDecoder

oxygen.sql.schema.ResultDecoder.CustomDecoder
trait CustomDecoder[A] extends ResultDecoder[A]

Attributes

Graph
Supertypes
trait ResultDecoder[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ResultDecoder

Inherited and Abstract methods

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

Attributes

Inherited from:
ResultDecoder

Inherited and Abstract fields

val size: Int

Attributes

Inherited from:
ResultDecoder