TesterValue

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
class BooleanValue(value: Boolean) extends TesterValue
Companion
object
Companion
class
case
object NullValue extends TesterValue
case
class NumberValue(value: BigDecimal) extends TesterValue
Companion
object
Companion
class
case
class StringValue(value: String) extends TesterValue

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromAny(value: Any): TesterValue
def valueMap(inputs: Map[String, Any]): Map[String, TesterValue]