case class EvalContext(entityID: Option[String] = None, entityType: Option[String] = None, entityContext: Option[RawValue] = None, enableDebug: Option[Boolean] = None, flagID: Option[Long] = None, flagKey: Option[String] = None, flagTags: Option[List[String]] = None, flagTagsOperator: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EvalContext
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EvalContext(entityID: Option[String] = None, entityType: Option[String] = None, entityContext: Option[RawValue] = None, enableDebug: Option[Boolean] = None, flagID: Option[Long] = None, flagKey: Option[String] = None, flagTags: Option[List[String]] = None, flagTagsOperator: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFlagTag(value: String): EvalContext
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def enableDebug(value: Boolean): EvalContext
  8. val enableDebug: Option[Boolean]
  9. def entityContext[T](value: T)(implicit encoder: Encoder[T]): EvalContext
  10. def entityContext(value: String): EvalContext
  11. def entityContext(value: RawValue): EvalContext
  12. val entityContext: Option[RawValue]
    Attributes
    protected
  13. def entityID(value: String): EvalContext
  14. val entityID: Option[String]
  15. def entityType(value: String): EvalContext
  16. val entityType: Option[String]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def flagID(value: Long): EvalContext
  19. val flagID: Option[Long]
  20. def flagKey(value: String): EvalContext
  21. val flagKey: Option[String]
  22. def flagTags(value: List[String]): EvalContext
  23. val flagTags: Option[List[String]]
  24. def flagTagsOperator(value: String): EvalContext
  25. val flagTagsOperator: Option[String]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped