FlatMapError

trait FlatMapError[F[_], E]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def flatMapEither[A, B](fa: F[A])(f: A => Either[E, B]): F[B]
def raiseError[B](failure: E): F[B]