Decoder

ldbc.connector.codec.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, `type`: Type, 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

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

Extensions

Inherited extensions

extension [A <: Tuple](fa: Decoder[A])
inline def dropUnits(using Invariant[Decoder]): Decoder[DropUnits[A]]

Attributes

Inherited from:
TwiddleSyntax
Source
Twiddles.scala

Implicits

Inherited implicits

implicit def toTwiddleOpCons[B <: Tuple](fb: Decoder[B]): TwiddleOpCons[Decoder, B]

Attributes

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

Attributes

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

Attributes

Inherited from:
TwiddleSyntax
Source
Twiddles.scala