Packages

trait ThrowableOps extends AnyRef

Annotations
@deprecated
Deprecated

(Since version 2.11.0) this trait will be removed

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThrowableOps
  2. AnyRef
  3. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def alongWith(that: Throwable): Throwable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) this method will be removed

Concrete Value Members

  1. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from ThrowableOps to CollectionsHaveToParArray[ThrowableOps, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ThrowableOps) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray