OptionalDecoder
 oxygen.sql.schema.ResultDecoder.OptionalDecoder
  final case class OptionalDecoder[A](inner: ResultDecoder[A]) extends ResultDecoder[Option[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, Option[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