given_Functor_Decoder

us.oyanglul.dhall.generic.Decoder.given_Functor_Decoder

Attributes

Graph
Supertypes
trait Functor[Decoder]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Extensions

Inherited extensions

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

Attributes

Inherited from:
Functor