Decoder

porcupine.Decoder$
See theDecoder companion trait
object Decoder

Attributes

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

Members list

Concise view

Givens

Extensions

Extensions

extension [A <: Tuple](fa: Decoder[A])
def pmap[P <: Product](using m: ProductOf[P] { type MirroredElemTypes = A; }): Decoder[P]

Attributes

Source:
codec.scala
extension [H](head: Decoder[H])
def *:[H](head: Decoder[H]): Decoder[H *: T]

Attributes

Source:
codec.scala