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 Bimonad[F[_]] extends Monad[F] with Comonad[F]

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

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

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

  4. trait Comonad[F[_]] extends CoflatMap[F]

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

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

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

  6. 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 Bimonad

  3. object CoflatMap

  4. object Comonad

  5. object Functor

  6. object Monad

Ungrouped