monix.types

shims

package shims

Visibility
  1. Public
  2. All

Type Members

  1. trait Applicative[F[_]] extends Functor[F]

    A shim for the Applicative Functor type-class, to be supplied by libraries such as Cats or Scalaz.

  2. trait Functor[F[_]] extends AnyRef

    A shim for the Functor type-class, to be supplied by / translated to libraries such as Cats or Scalaz.

  3. trait Monad[F[_]] extends Applicative[F]

    A shim for a Monad type-class, to be supplied by / translated to libraries such as Cats or Scalaz.

Value Members

  1. object Applicative

  2. object Functor

  3. object Monad

Ungrouped