Continuation
object Continuation
Type members
Types
Value members
Concrete methods
def fromTryContinuation[LeftDomain, Value](continuation: LeftDomain => Try[Value])(successHandler: Value => LeftDomain => Throwable)(failureHandler: Throwable => LeftDomain): LeftDomain
def toTryContinuation[LeftDomain, Value](task: LeftDomain => Throwable => Value)(handler: Try[Value] => LeftDomain): LeftDomain