implicit final
class
TryExtensions[T] extends AnyVal
Instance Constructors
-
new
TryExtensions(self: Try[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
onEach[E, C[XX] <: IterableLike[XX, C[XX]]](implicit ev: <:<[T, C[E]]): TryProjection[E, C]
-
def
onEvery[E, C[XX] <: IterableLike[XX, C[XX]]](implicit ev: <:<[T, C[E]]): TryProjection[E, C]
-
val
self: Try[T]
-
def
toString(): String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Extensions to the
scala.util.Tryinterface to support attempts over aggregations.