FlagValue

io.cardell.openfeature.FlagValue
See theFlagValue companion trait
object FlagValue

Attributes

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

Members list

Type members

Classlikes

case class BooleanValue(value: Boolean) extends FlagValue

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Hooks.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait FlagValue
class Object
trait Matchable
class Any
Show all
case class StructureValue[A](value: A) extends FlagValue

Attributes

Source
Hooks.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait FlagValue
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

Value members

Concrete methods

Attributes

Source
Hooks.scala

Attributes

Source
Hooks.scala
def apply(i: Int): FlagValue

Attributes

Source
Hooks.scala

Attributes

Source
Hooks.scala
def apply[A](s: A): FlagValue

Attributes

Source
Hooks.scala