Packages

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

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

Source
Suspendable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Type
  3. Type
  4. Type
  5. Type
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def applicative: Applicative[F]
    Definition Classes
    Type
  2. implicit abstract def functor: Functor[F]
    Definition Classes
    Type
  3. implicit abstract def monad: Monad[F]
    Definition Classes
    Type
  4. implicit abstract def monadEval: MonadEval[F]
    Definition Classes
    Type
  5. implicit abstract def suspendable: Suspendable[F]