object Operator extends GeneratedEnumCompanion[Operator]
- Alphabetic
- By Inheritance
- Operator
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends Operator
- final case class Unrecognized(unrecognizedValue: Int) extends Operator with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = Operator
- Definition Classes
- GeneratedEnumCompanion
Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit def enumCompanion: GeneratedEnumCompanion[Operator]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[Operator]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): Operator
- Definition Classes
- Operator → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- Operator → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- Operator → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- Operator → GeneratedEnumCompanion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object EQ extends Operator with Recognized with Product with Serializable
Event value equals single values[0].
Event value equals single values[0].
- Annotations
- @SerialVersionUID()
- case object EXISTS extends Operator with Recognized with Product with Serializable
Key exists in event (values ignored).
Key exists in event (values ignored).
- Annotations
- @SerialVersionUID()
- case object GREATER_THAN extends Operator with Recognized with Product with Serializable
Event value > values[0].
Event value > values[0]. For numeric types only.
- Annotations
- @SerialVersionUID()
- case object GREATER_THAN_OR_EQUAL extends Operator with Recognized with Product with Serializable
Event value >= values[0].
Event value >= values[0]. For numeric types only.
- Annotations
- @SerialVersionUID()
- case object IN extends Operator with Recognized with Product with Serializable
Event value equals any item in values.
Event value equals any item in values.
- Annotations
- @SerialVersionUID()
- case object LESS_THAN extends Operator with Recognized with Product with Serializable
Event value < values[0].
Event value < values[0]. For numeric types only.
- Annotations
- @SerialVersionUID()
- case object LESS_THAN_OR_EQUAL extends Operator with Recognized with Product with Serializable
Event value <= values[0].
Event value <= values[0]. For numeric types only.
- Annotations
- @SerialVersionUID()
- case object NEQ extends Operator with Recognized with Product with Serializable
Event value not equals values[0].
Event value not equals values[0].
- Annotations
- @SerialVersionUID()
- case object NOT_EXISTS extends Operator with Recognized with Product with Serializable
Key does not exist in event (values ignored).
Key does not exist in event (values ignored).
- Annotations
- @SerialVersionUID()
- case object NOT_IN extends Operator with Recognized with Product with Serializable
Event value equals none of values items.
Event value equals none of values items. Empty values => true.
- Annotations
- @SerialVersionUID()
- case object OP_UNSPECIFIED extends Operator with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)