MapOrFailDecoder
oxygen.sql.schema.ResultDecoder.MapOrFailDecoder
final case class MapOrFailDecoder[A, B] extends ResultDecoder[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResultDecoder[B]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def `__decodeInternal`(offset: Int, values: Contiguous[Matchable]): Either[UnableToDecodeRow, B]
Attributes
- Definition Classes
Inherited methods
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