PatienceConfigParam

sealed abstract class PatienceConfigParam extends Product with Serializable

Abstract class defining a family of configuration parameters for traits Eventually and Waiters.

The subclasses of this abstract class are used to pass configuration information to the eventually methods of trait Eventually and the await methods of trait Waiters.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Interval
class Timeout

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
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