- Authors
Kevin Lee
- Since
2020-08-17
- Companion
- object
Value members
Abstract methods
def handleEitherTNonFatal[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => Xor[AA, BB]): XorT[AA, BB]
def handleEitherTNonFatalWith[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => F[Xor[AA, BB]]): XorT[AA, BB]