sealed abstract classPatienceConfigParam 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.
Abstract class defining a family of configuration parameters for traits
Eventually
andWaiters
.The subclasses of this abstract class are used to pass configuration information to the
eventually
methods of traitEventually
and theawait
methods of traitWaiters
.