Packages

  • package root
    Definition Classes
    root
  • package monix
    Definition Classes
    root
  • package cats

    Package exposing the Monix integration with the Cats library.

    Package exposing the Monix integration with the Cats library.

    See the library's documentation at: typelevel.org/cats/

    To convert Monix type-class instances into Cats types:

    import monix.cats._

    To convert Cats type-class instances into Monix types:

    import monix.cats.reverse._

    Do not bring these imports into the same scope as you can experience conflicts if you do:

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

monix

package monix

Ungrouped