throwError

object throwError extends DynamicVariable[Boolean]
class DynamicVariable[Boolean]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def toString(): String
Definition Classes
DynamicVariable -> Any
Inherited from
DynamicVariable
def value: Boolean
Inherited from
DynamicVariable
def value_=(newval: Boolean): Unit
Inherited from
DynamicVariable
def withValue[S](newval: Boolean)(thunk: => S): S
Inherited from
DynamicVariable