CatsExit

izumi.functional.bio.Exit$.CatsExit$
object CatsExit

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def exitToOutcomeThrowable[F[_, _], A](exit: Exit[Throwable, A])(implicit F: Applicative2[F]): Outcome[[_] =>> F[Throwable, _$7], Throwable, A]
def toOutcomeThrowable[F[_], A](pure: A => F[A], exit: Exit[Throwable, A]): Outcome[F, Throwable, A]