Decoder

skunk.Decoder
See theDecoder companion trait
object Decoder extends TwiddleSyntax[Decoder]

Attributes

Companion
trait
Source
Decoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type

Members list

Type members

Classlikes

case class Error(offset: Int, length: Int, message: String, cause: Option[Throwable])

An error indicating that decoding a value starting at column offset and spanning length columns failed with reason error.

An error indicating that decoding a value starting at column offset and spanning length columns failed with reason error.

Attributes

Companion
object
Source
Decoder.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Error

Attributes

Companion
class
Source
Decoder.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type

Implicits

Implicits

Attributes

Source
Decoder.scala

Inherited implicits

implicit def toTwiddleDropUnits[A <: Tuple](fa: Decoder[A]): TwiddleOpDropUnits[F, A]
implicit def toTwiddleOpCons[B <: Tuple](fb: Decoder[B]): TwiddleOpCons[F, B]

Attributes

Inherited from:
TwiddleSyntax
Source
Twiddles.scala
implicit def toTwiddleOpTo[A](fa: Decoder[A]): TwiddleOpTo[F, A]

Attributes

Inherited from:
TwiddleSyntax
Source
Twiddles.scala
implicit def toTwiddleOpTwo[B](fb: Decoder[B]): TwiddleOpTwo[F, B]

Attributes

Inherited from:
TwiddleSyntax
Source
Twiddles.scala