Decoder

besom.internal.Decoder
See theDecoder companion object
trait Decoder[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Decoder_Boolean.type
object given_Decoder_Double.type
object given_Decoder_Value.type
object jsonDecoder.type
object stringDecoder.type
object urnDecoder.type
Show all
Self type
Decoder[A]

Members list

Value members

Abstract methods

Concrete methods

def emap[B](f: (A, Label) => Either[DecodingError, B]): Decoder[B]