Packages

trait Instance[F[_]] extends Functor[F] with Type[F]

The Functor.Instance provides the means to combine Functor instances with other type-classes when implementing instances.

To be inherited by Functor instances.

Source
Functor.scala
Linear Supertypes
Type[F], Functor[F], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Instance
  2. Type
  3. Functor
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def map[A, B](fa: F[A])(f: (A) ⇒ B): F[B]
    Definition Classes
    Functor

Concrete Value Members

  1. implicit final def functor: Functor[F]
    Definition Classes
    InstanceType