implicit final class ExtraRichTry[+A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtraRichTry
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExtraRichTry(t: Try[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toFuture: Future[A]
Returns a completed Future from this Try.
Returns a completed Future from this Try.
The Future returned succeeds with the value of this Try if it is a Success, or fails with a
NoSuchElementException
if this Try is a Failure.- returns
a Future from this Try
- See also
Future.fromTry
-
def
toString(): String
- Definition Classes
- Any