Packages

object Suspendable extends Serializable

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

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

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

    To be inherited by Suspendable instances.

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

    Laws for Suspendable.

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

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

Value Members

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