Packages

  • package root
    Definition Classes
    root
  • package monix
    Definition Classes
    root
  • package scalaz

    Package exposing the Monix integration with the Scalaz library.

    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:

    // Do not do this!
    import monix.scalaz._
    import monix.scalaz.reverse._
p

monix

package monix

Ungrouped