Given a Monix Applicative for F[A]
and a scalaz.Monoid defined for A, then F[A] can also
have a Monoid instance.
Given a Monix Applicative for F[A]
and a scalaz.Monoid defined for A, then F[A] can also
have a Monoid instance.
You can import monixApplicativeHasScalazMonoid in scope initiate the MonixApplicativeHasScalazMonoid class.
Given a Monix Applicative for F[A]
and a scalaz.Semigroup defined for A, then F[A] can also
have a Semigroup instance.
Given a Monix Applicative for F[A]
and a scalaz.Semigroup defined for A, then F[A] can also
have a Semigroup instance.
You can import monixApplicativeHasScalazSemigroup in scope initiate the MonixApplicativeHasScalazSemigroup class.
Converts Monix's Applicative instances into
the Scalaz Applicative.
Converts Monix's Applicative instances into
the Scalaz Applicative.
You can import monixToScalazApplicative in scope, or initiate/extend the MonixToScalazApplicative class.
Converts Monix's Cobind instances into
the Scalaz Cobind.
Converts Monix's Cobind instances into
the Scalaz Cobind.
You can import monixToScalazCobind in scope, or initiate/extend the MonixToScalazCobind class.
Converts Monix's Comonad instances into
the Scalaz Comonad.
Converts Monix's Comonad instances into
the Scalaz Comonad.
You can import monixToScalazComonad in scope, or initiate/extend the MonixToScalazComonad class.
Defines conversions from the Monix type-classes defined in monix.types to type-class instances from the Scalaz library.
Converts Monix's Functor instances into
the Scalaz Functor.
Converts Monix's Functor instances into
the Scalaz Functor.
You can import monixToScalazFunctor in scope, or initiate/extend the MonixToScalazFunctor class.
Converts Monix's Monad instances into
the Scalaz Monad.
Converts Monix's Monad instances into
the Scalaz Monad.
You can import monixToScalazMonad in scope, or initiate/extend the MonixToScalazMonad class.
Converts Monix's MonadError instances into
the Scalaz MonadError.
Converts Monix's MonadError instances into
the Scalaz MonadError.
You can import monixToScalazMonadError in scope, or initiate/extend the MonixToScalazMonadError class.
Converts Monix's MonadFilter
and MonoidK instances into
the Scalaz MonadPlus.
Converts Monix's MonadFilter
and MonoidK instances into
the Scalaz MonadPlus.
You can import monixToScalazMonadPlus in scope, or initiate/extend the MonixToScalazMonadPlus class.
Converts Monix's SemigroupK instances into
the Scalaz Plus.
Converts Monix's SemigroupK instances into
the Scalaz Plus.
You can import monixToScalazPlus in scope, or initiate/extend the MonixToScalazPlus class.
Defines conversions from Cats type-class instances to the Monix type-classes defined in monix.types.
Given a Monix Applicative for F[A]
and a scalaz.Monoid defined for A, then F[A] can also
have a Monoid instance.
Given a Monix Applicative for F[A]
and a scalaz.Monoid defined for A, then F[A] can also
have a Monoid instance.
You can import monixApplicativeHasScalazMonoid in scope initiate the MonixApplicativeHasScalazMonoid class.
Given a Monix Applicative for F[A]
and a scalaz.Semigroup defined for A, then F[A] can also
have a Semigroup instance.
Given a Monix Applicative for F[A]
and a scalaz.Semigroup defined for A, then F[A] can also
have a Semigroup instance.
You can import monixApplicativeHasScalazSemigroup in scope initiate the MonixApplicativeHasScalazSemigroup class.
Converts Monix's Applicative instances into
the Scalaz Applicative.
Converts Monix's Applicative instances into
the Scalaz Applicative.
You can import monixToScalazApplicative in scope, or initiate/extend the MonixToScalazApplicative class.
Converts Monix's MonadRec instances into
the Scalaz BindRec.
Converts Monix's MonadRec instances into
the Scalaz BindRec.
You can import monixToScalazBindRec in scope, or initiate/extend the MonixToScalazBindRec class.
Converts Monix's MonadError instances into
the Scalaz Catchable.
Converts Monix's MonadError instances into
the Scalaz Catchable.
You can import monixToScalazCatchable in scope, or initiate/extend the MonixToScalazCatchable class.
Converts Monix's Cobind instances into
the Scalaz Cobind.
Converts Monix's Cobind instances into
the Scalaz Cobind.
You can import monixToScalazCobind in scope, or initiate/extend the MonixToScalazCobind class.
Converts Monix's Comonad instances into
the Scalaz Comonad.
Converts Monix's Comonad instances into
the Scalaz Comonad.
You can import monixToScalazComonad in scope, or initiate/extend the MonixToScalazComonad class.
Converts Monix's Functor instances into
the Scalaz Functor.
Converts Monix's Functor instances into
the Scalaz Functor.
You can import monixToScalazFunctor in scope, or initiate/extend the MonixToScalazFunctor class.
Converts Monix's Monad instances into
the Scalaz Monad.
Converts Monix's Monad instances into
the Scalaz Monad.
You can import monixToScalazMonad in scope, or initiate/extend the MonixToScalazMonad class.
Converts Monix's MonadError instances into
the Scalaz MonadError.
Converts Monix's MonadError instances into
the Scalaz MonadError.
You can import monixToScalazMonadError in scope, or initiate/extend the MonixToScalazMonadError class.
Converts Monix's MonadFilter
and MonoidK instances into
the Scalaz MonadPlus.
Converts Monix's MonadFilter
and MonoidK instances into
the Scalaz MonadPlus.
You can import monixToScalazMonadPlus in scope, or initiate/extend the MonixToScalazMonadPlus class.
Converts Monix's SemigroupK instances into
the Scalaz Plus.
Converts Monix's SemigroupK instances into
the Scalaz Plus.
You can import monixToScalazPlus in scope, or initiate/extend the MonixToScalazPlus class.
Converts Monix's MonoidK instances into
the Scalaz PlusEmpty.
Converts Monix's MonoidK instances into
the Scalaz PlusEmpty.
You can import monixToScalazPlusEmpty in scope, or initiate/extend the MonixToScalazPlusEmpty class.
Defines conversions from Scalaz type-class instances to the Monix type-classes defined in monix.types.
Defines conversions from Scalaz type-class instances to the Monix type-classes defined in monix.types.
To use:
import monix.scalaz.reverse._Note that importing both this and the Monix to Scalaz conversions in the same scope can create conflicts:
// Don't do this! import monix.scalaz._ import monix.scalaz.reverse._
Package exposing the Monix integration with the Scalaz library.
See the library's documentation at scalaz.org.
To convert Monix type-class instances into Scalaz types:
import monix.scalaz._To convert Scalaz type-class instances into Monix types:
import monix.scalaz.reverse._Do not bring these imports into the same scope as you can experience conflicts if you do: