fs2.CompositeFailure$
See theCompositeFailure companion class
object CompositeFailure
Attributes
- Companion
- class
- Source
- CompositeFailure.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CompositeFailure.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- CompositeFailure.scala
Attributes
- Source
- CompositeFailure.scala
Attributes
- Source
- CompositeFailure.scala
Builds composite failure from the results supplied.
Builds composite failure from the results supplied.
- When any of the results are on left, then the Left(err) is returned
- When both results fail, the Left(CompositeFailure(_)) is returned
- When both results succeeds then Right(()) is returned
Attributes
- Source
- CompositeFailure.scala
In this article