Packages

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AllocationLabel = Type
  2. type AttributeId = Type
  3. type EntityId = Refined[String, MatchesRegex[String("^([a-z0-9]+-)*([a-z0-9]+)$")]]
  4. type EntityIdWithUnderscore = Refined[String, MatchesRegex[String("^([a-z0-9]+[-_])*([a-z0-9]+)$")]]
  5. type EnvironmentId = Type
  6. type EnvironmentName = Type
  7. type ExperimentId = Type
  8. type ExperimentName = Type
  9. type ExplicitExperimentId = Type
  10. type FeatureDescription = Type
  11. type FeatureId = Type
  12. type FeatureName = Type
  13. type GroupId = Type
  14. type NamespaceId = Type
  15. type NamespaceName = Type
  16. type Percent = Type
  17. type PercentRefinement = And[GreaterEqual[Double(0.0)], LessEqual[Double(100.0)]]
  18. type ScopeId = Type
  19. type ScopeName = Type
  20. type TagName = Type
  21. final case class TargetingText(value: String) extends AnyVal with Product with Serializable
  22. type VariableId = Type
  23. type VariantId = Type
  24. type VariantName = Type
  25. type Version = Type

Value Members

  1. def attrInfoProvider(attributes: Iterable[Attribute]): AttrInfoProvider
  2. object TargetingText extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped