given_Functor_Decoder

Value members

Concrete methods

def fmap[A, B](f: A => B): Decoder[A] => Decoder[B]

Extensions

Inherited extensions

extension (fa: F[A])
def map[A](f: A => B): Decoder[B]
Inherited from
Functor