ErrorLifter

com.geirolz.app.toolkit.error.ErrorLifter
See theErrorLifter companion object
trait ErrorLifter[F[_], E]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def lift[A](f: F[A]): F[Either[E, A]]
def liftResourceFunction[U, A](f: U => Resource[F, A]): U => Resource[F, Either[E, A]]

Concrete methods

final def liftFunction[U, A](f: U => F[A]): U => F[Either[E, A]]