Packages

object Applicative extends Serializable

Source
Applicative.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Applicative
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Instance[F[_]] extends Applicative[F] with Type[F] with Functor.Instance[F]

    The Applicative.Instance provides the means to combine Applicative instances with other type-classes.

    The Applicative.Instance provides the means to combine Applicative instances with other type-classes.

    To be inherited by Applicative instances.

  2. trait Laws[F[_]] extends Functor.Laws[F] with Type[F]

    Laws for Applicative.

  3. trait Type[F[_]] extends Functor.Type[F]

    The Applicative.Type should be inherited in type-classes that are derived from Applicative.

Value Members

  1. def apply[F[_]](implicit F: Applicative[F]): Applicative[F]
    Annotations
    @inline()