final case class Both[E](left: Cause[E], right: Cause[E]) extends Cause[E] with Product with Serializable
- Self Type
- Both[E]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Both
- Cause
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
&&[E1 >: E](that: Cause[E1]): Cause[E1]
- Definition Classes
- Cause
-
final
def
++[E1 >: E](that: Cause[E1]): Cause[E1]
- Definition Classes
- Cause
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
defects: List[Throwable]
- Definition Classes
- Cause
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(that: Any): Boolean
- Definition Classes
- Both → Equals → AnyRef → Any
-
final
def
failed: Boolean
- Definition Classes
- Cause
-
final
def
failureOrCause: Either[E, Cause[Nothing]]
- Definition Classes
- Cause
-
final
def
failures[E1 >: E]: List[E1]
- Definition Classes
- Cause
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- final def flatten: Set[Cause[E]]
-
final
def
fold[Z](z: Z)(f: PartialFunction[(Z, Cause[E]), Z]): Z
- Definition Classes
- Cause
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hashCode(): Int
- Definition Classes
- Both → AnyRef → Any
-
final
def
interrupted: Boolean
- Definition Classes
- Cause
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: Cause[E]
-
final
def
map[E1](f: (E) ⇒ E1): Cause[E1]
- Definition Classes
- Cause
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val right: Cause[E]
-
final
def
squash(implicit ev: <:<[E, Throwable]): Throwable
Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.- Definition Classes
- Cause
-
final
def
squashWith(f: (E) ⇒ Throwable): Throwable
Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.Squashes a
Causedown to a singleThrowable, chosen to be the "most important"Throwable.- Definition Classes
- Cause
-
final
def
succeeded: Boolean
- Definition Classes
- Cause
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )