Decoder

e.scala.codec.Decoder
See theDecoder companion trait
object Decoder

Attributes

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

Members list

Value members

Concrete methods

def apply[I, O](using decoder: Decoder[I, O]): Decoder[I, O]

Summons an implicit decoder

Summons an implicit decoder

Type parameters

I

Type of input

O

Type of output

Value parameters

decoder

Implicit instance of decoder

Attributes

Returns

Provided implicit decoder

Concrete fields

A default E to be used when decoding fails

A default E to be used when decoding fails

Attributes