FlatMapError

sloth.types.FlatMapError
See theFlatMapError companion object
trait FlatMapError[F[_], E]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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]