Trait

monix.scalaz

MonixToScalazConversions

Related Doc: package scalaz

Permalink

trait MonixToScalazConversions extends MonixToScalaz10

Defines conversions from the Monix type-classes defined in monix.types to type-class instances from the Scalaz library.

Linear Supertypes
MonixToScalaz10, MonixToScalaz9, MonixToScalaz8, MonixToScalaz7, MonixToScalaz6, MonixToScalaz5, MonixToScalaz4, MonixToScalaz3, MonixToScalaz2, MonixToScalaz1, MonixToScalaz0, MonixToScalazKernel1, MonixToScalazKernel0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonixToScalazConversions
  2. MonixToScalaz10
  3. MonixToScalaz9
  4. MonixToScalaz8
  5. MonixToScalaz7
  6. MonixToScalaz6
  7. MonixToScalaz5
  8. MonixToScalaz4
  9. MonixToScalaz3
  10. MonixToScalaz2
  11. MonixToScalaz1
  12. MonixToScalaz0
  13. MonixToScalazKernel1
  14. MonixToScalazKernel0
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MonixApplicativeHasScalazMonoid[F[_], A] extends MonixToScalazKernel1.MonixApplicativeHasScalazSemigroup[F, A] with Monoid[F[A]]

    Permalink

    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.

    Definition Classes
    MonixToScalazKernel1
  2. class MonixApplicativeHasScalazSemigroup[F[_], A] extends Semigroup[F[A]]

    Permalink

    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.

    Definition Classes
    MonixToScalazKernel0
  3. class MonixToScalazApplicative[F[_]] extends Applicative[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz1
  4. class MonixToScalazBindRec[F[_]] extends MonixToScalaz10.MonixToScalazMonad[F] with BindRec[F]

    Permalink
    Definition Classes
    MonixToScalaz10
  5. class MonixToScalazCatchable[F[_]] extends MonixToScalaz4.MonixToScalazMonad[F] with Catchable[F]

    Permalink
    Definition Classes
    MonixToScalaz4
  6. class MonixToScalazCobind[F[_]] extends MonixToScalaz5.MonixToScalazFunctor[F] with Cobind[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz5
  7. class MonixToScalazComonad[F[_]] extends MonixToScalaz6.MonixToScalazCobind[F] with Comonad[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz6
  8. class MonixToScalazFunctor[F[_]] extends Functor[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz0
  9. class MonixToScalazMonad[F[_]] extends Monad[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz2
  10. class MonixToScalazMonadError[F[_], E] extends MonixToScalaz3.MonixToScalazMonad[F] with MonadError[F, E]

    Permalink

    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.

    Definition Classes
    MonixToScalaz3
  11. class MonixToScalazMonadPlus[F[_]] extends MonixToScalaz9.MonixToScalazMonad[F] with MonadPlus[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz9
  12. class MonixToScalazPlus[F[_]] extends Plus[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz7
  13. class MonixToScalazPlusEmpty[F[_]] extends MonixToScalaz8.MonixToScalazPlus[F] with PlusEmpty[F]

    Permalink
    Definition Classes
    MonixToScalaz8

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. implicit def monixApplicativeHasScalazMonoid[F[_], A](implicit F: Applicative[F], A: Monoid[A]): Monoid[F[A]]

    Permalink

    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.

    Definition Classes
    MonixToScalazKernel1
  13. implicit def monixApplicativeHasScalazSemigroup[F[_], A](implicit F: Applicative[F], A: Semigroup[A]): Semigroup[F[A]]

    Permalink

    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.

    Definition Classes
    MonixToScalazKernel0
  14. implicit def monixToScalazApplicative[F[_]](implicit arg0: Applicative[F]): Applicative[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz1
  15. implicit def monixToScalazBindRec[F[_]](implicit arg0: MonadRec[F]): Monad[F] with BindRec[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz10
  16. implicit def monixToScalazCatchable[F[_]](implicit F: MonadError[F, Throwable]): Catchable[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz4
  17. implicit def monixToScalazCobind[F[_]](implicit arg0: Cobind[F]): Cobind[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz5
  18. implicit def monixToScalazComonad[F[_]](implicit arg0: Comonad[F]): Comonad[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz6
  19. implicit def monixToScalazFunctor[F[_]](implicit arg0: Functor[F]): Functor[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz0
  20. implicit def monixToScalazMonad[F[_]](implicit arg0: Monad[F]): Monad[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz2
  21. implicit def monixToScalazMonadError[F[_], E](implicit F: MonadError[F, E]): MonadError[F, E]

    Permalink

    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.

    Definition Classes
    MonixToScalaz3
  22. implicit def monixToScalazMonadPlus[F[_]](implicit arg0: MonadFilter[F], arg1: MonoidK[F]): MonadPlus[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz9
  23. implicit def monixToScalazPlus[F[_]](implicit arg0: SemigroupK[F]): Plus[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz7
  24. implicit def monixToScalazPlusEmpty[F[_]](implicit arg0: MonoidK[F]): PlusEmpty[F]

    Permalink

    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.

    Definition Classes
    MonixToScalaz8
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MonixToScalaz10

Inherited from MonixToScalaz9

Inherited from MonixToScalaz8

Inherited from MonixToScalaz7

Inherited from MonixToScalaz6

Inherited from MonixToScalaz5

Inherited from MonixToScalaz4

Inherited from MonixToScalaz3

Inherited from MonixToScalaz2

Inherited from MonixToScalaz1

Inherited from MonixToScalaz0

Inherited from MonixToScalazKernel1

Inherited from MonixToScalazKernel0

Inherited from AnyRef

Inherited from Any

Ungrouped