HasResult

sealed abstract
class HasResult extends Result
class Result
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class AddArgs
class Exception
class Falsified
class Ignored
object Proven

Value members

Concrete methods

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
final
def failed: Boolean
Inherited from
Result
def isException: Boolean
Inherited from
Result
def isFalsified: Boolean
Inherited from
Result
def isIgnored: Boolean
Inherited from
Result
def isNoResult: Boolean
Inherited from
Result
def isProven: Boolean
Inherited from
Result
def isUnfalsified: Boolean
Inherited from
Result
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
final
def toOption: Option[HasResult]
Inherited from
Result