monix.types
The MonadRecClass provides the means to combine MonadRec instances with other type-classes.
MonadRecClass
To be inherited by MonadRec instances.
MonadRec
Keeps calling f until a scala.util.Right[B] is returned.
f
scala.util.Right[B]
The
MonadRecClassprovides the means to combine MonadRec instances with other type-classes.To be inherited by
MonadRecinstances.