ContextValue

io.cardell.openfeature.ContextValue
See theContextValue companion trait
object ContextValue

Attributes

Companion
trait
Source
EvaluationContext.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class BooleanValue(value: Boolean) extends ContextValue

Attributes

Source
EvaluationContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ContextValue
class Object
trait Matchable
class Any
Show all
case class DoubleValue(value: Double) extends ContextValue

Attributes

Source
EvaluationContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ContextValue
class Object
trait Matchable
class Any
Show all
case class IntValue(value: Int) extends ContextValue

Attributes

Source
EvaluationContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ContextValue
class Object
trait Matchable
class Any
Show all
case class StringValue(value: String) extends ContextValue

Attributes

Source
EvaluationContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait ContextValue
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala