io.cardell.openfeature.ContextValue
See theContextValue companion trait
object ContextValue
Attributes
- Companion
- trait
- Source
- EvaluationContext.scala
- Graph
-
- Supertypes
- Self type
-
ContextValue.type
Members list
Type members
Classlikes
case class BooleanValue(value: Boolean) extends ContextValue
Attributes
- Source
- EvaluationContext.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContextValueclass Objecttrait Matchableclass AnyShow all
case class DoubleValue(value: Double) extends ContextValue
Attributes
- Source
- EvaluationContext.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContextValueclass Objecttrait Matchableclass AnyShow all
case class IntValue(value: Int) extends ContextValue
Attributes
- Source
- EvaluationContext.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContextValueclass Objecttrait Matchableclass AnyShow all
case class StringValue(value: String) extends ContextValue
Attributes
- Source
- EvaluationContext.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContextValueclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article