Packages

object Cobind extends Serializable

Source
Cobind.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cobind
  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 Cobind[F] with Type[F] with Functor.Instance[F]

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

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

    To be inherited by CoflatMap instances.

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

    Laws for Cobind.

  3. final class Ops [F[_], A] extends Serializable

    Extension methods for Cobind.

  4. trait Syntax extends Serializable

    Provides syntax for Cobind.

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

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

Value Members

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