urnDecoder

besom.internal.Decoder$.urnDecoder$
object urnDecoder extends Decoder[URN]

Attributes

Graph
Supertypes
trait Decoder[URN]
class Object
trait Matchable
class Any
Self type
urnDecoder.type

Members list

Value members

Concrete methods

Inherited methods

Attributes

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

Attributes

Inherited from:
Decoder