Package

monix

Permalink

package monix

Visibility
  1. Public
  2. All

Value Members

  1. package scalaz

    Permalink

    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._

Ungrouped