`try`

object `try` extends TryFunctions with TryInstances
class Object
trait Matchable
class Any

Value members

Inherited methods

def cata[A, B](t: Try[A])(success: A => B, failure: Throwable => B): B
Inherited from
TryFunctions
def fromDisjunction[T <: Throwable, A](d: T \/ A): Try[A]
Inherited from
TryFunctions
def fromValidation[T <: Throwable, A](v: Validation[T, A]): Try[A]
Inherited from
TryFunctions
def toDisjunction[A](t: Try[A]): Throwable \/ A
Inherited from
TryFunctions
def toValidation[A](t: Try[A]): Validation[Throwable, A]
Inherited from
TryFunctions
def toValidationNel[A](t: Try[A]): ValidationNel[Throwable, A]
Inherited from
TryFunctions

Inherited fields

val tryDisjunctionIso: IsoFunctor[Try, [α] =>> Throwable \/ α]
Inherited from
TryInstances
val tryValidationIso: IsoFunctor[Try, [α] =>> Validation[Throwable, α]]
Inherited from
TryInstances