Both

scalaprops.CheckResultError$.Both
final case class Both(err: Throwable, r: CheckResult) extends CheckResultError

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def error: Option[Throwable]

Attributes

Inherited from:
CheckResultError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def value: Option[CheckResult]

Attributes

Inherited from:
CheckResultError