Converts Monix's Monad
instances into the Cats Monad
.
Converts Monix's Monad
instances into the Cats Monad
.
Given an Applicative
for F[A]
and a Group
defined
for A
, then F[A]
is also a Group
.
Given an Applicative
for F[A]
and a Group
defined
for A
, then F[A]
is also a Group
.
Given an Applicative
for F[A]
and a Monoid
defined
for A
, then F[A]
is also a Monoid
.
Given an Applicative
for F[A]
and a Monoid
defined
for A
, then F[A]
is also a Monoid
.
Given an Applicative
for F[A]
and a Semigroup
defined
for A
, then F[A]
is also a Semigroup
.
Given an Applicative
for F[A]
and a Semigroup
defined
for A
, then F[A]
is also a Semigroup
.
Converts Monix's Applicative
instances into the Cats Applicative
.
Converts Monix's Applicative
instances into the Cats Applicative
.
Converts Monix's Recoverable
instances into the Cats ApplicativeError
.
Converts Monix's Recoverable
instances into the Cats ApplicativeError
.
Converts Monix's type instances into the Cats Bimonad
.
Converts Monix's type instances into the Cats Bimonad
.
Converts Monix's CoflatMap
instances into the Cats CoflatMap
.
Converts Monix's CoflatMap
instances into the Cats CoflatMap
.
Converts Monix's Comonad
instances into the Cats Comonad
.
Converts Monix's Comonad
instances into the Cats Comonad
.
Converts Monix's Functor
instances into the Cats Functor
.
Converts Monix's Functor
instances into the Cats Functor
.
Converts Monix's type instances into the Cats MonadCombine
.
Converts Monix's type instances into the Cats MonadCombine
.
Converts Monix's type instances into the Cats MonadError
.
Converts Monix's type instances into the Cats MonadError
.
Converts Monix's MonadFilter
instances into the Cats MonadFilter
.
Converts Monix's MonadFilter
instances into the Cats MonadFilter
.
Converts Monix's MonadRec
instances into the Cats Monad
.
Converts Monix's MonadRec
instances into the Cats Monad
.
Converts Monix's MonoidK
instances into the Cats MonoidK
.
Converts Monix's MonoidK
instances into the Cats MonoidK
.
Converts Monix's SemigroupK
instances into the Cats SemigroupK
.
Converts Monix's SemigroupK
instances into the Cats SemigroupK
.
Defines conversions from the Monix type-classes defined in monix.types to type-class instances from the Cats library.