Functor

org.specs2.fp.Functor
See theFunctor companion trait
object Functor

Attributes

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

Members list

Type members

Classlikes

object OptionFunctor extends Functor[Option]

Attributes

Supertypes
trait Functor[Option]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[F[_]](using F: Functor[F]): Functor[F]

Givens

Givens

given EitherFunctor[E]: EitherFunctor[E]