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
MonadRecClass
provides the means to combine MonadRec instances with other type-classes.To be inherited by
MonadRec
instances.