implicit final class ThrowableOps extends AnyVal
- Alphabetic
- By Inheritance
- ThrowableOps
- AnyVal
- Any
- by AnyOps
- by AnyOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ThrowableOps(value: Throwable)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ThrowableOps to any2stringadd[ThrowableOps] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ThrowableOps, B)
- Implicit
- This member is added by an implicit conversion from ThrowableOps to ArrowAssoc[ThrowableOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cause: Option[Throwable]
Typesafe alternative to Throwable#getCause
Typesafe alternative to Throwable#getCause
- returns
the optional cause of the throwable or
Noneif the cause is nonexistent or unknown
- Annotations
- @SuppressWarnings() @inline()
-
def
ensuring(cond: (ThrowableOps) ⇒ Boolean, msg: ⇒ Any): ThrowableOps
- Implicit
- This member is added by an implicit conversion from ThrowableOps to Ensuring[ThrowableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ThrowableOps) ⇒ Boolean): ThrowableOps
- Implicit
- This member is added by an implicit conversion from ThrowableOps to Ensuring[ThrowableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ThrowableOps
- Implicit
- This member is added by an implicit conversion from ThrowableOps to Ensuring[ThrowableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ThrowableOps
- Implicit
- This member is added by an implicit conversion from ThrowableOps to Ensuring[ThrowableOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ThrowableOps to StringFormat[ThrowableOps] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
stackTrace: String
Returns the stack trace from a
Throwableas aString.Returns the stack trace from a
Throwableas aString.- returns
the stack trace as a
String
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
-
def
→[B](y: B): (ThrowableOps, B)
- Implicit
- This member is added by an implicit conversion from ThrowableOps to ArrowAssoc[ThrowableOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
future: Future[ThrowableOps]
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
the already completed
Futurewith the specified result
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).future
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
future: Future[ThrowableOps]
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
the already completed
Futurewith the specified result
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).future
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
option: Option[ThrowableOps]
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
Some(value)ifvalueis notnull,Noneotherwise
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).option
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
option: Option[ThrowableOps]
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
Some(value)ifvalueis notnull,Noneotherwise
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).option
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
tap(f: (ThrowableOps) ⇒ Unit): ThrowableOps
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
the side-effectful method to apply to
value- returns
value
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).tap(f)
- Definition Classes
- AnyOps
-
def
tap(f: (ThrowableOps) ⇒ Unit): ThrowableOps
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
the side-effectful method to apply to
value- returns
value
- Implicit
- This member is added by an implicit conversion from ThrowableOps to AnyOps[ThrowableOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(throwableOps: AnyOps[ThrowableOps]).tap(f)
- Definition Classes
- AnyOps