de.wayofquality.blended.modules

SimpleOpBuilder

class SimpleOpBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleOpBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleOpBuilder(attr: String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <==(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of LessEqual and the given value

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def ===(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType Equal.

    Creates a SimpleOp FilterComponent for FilterType Equal.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of Equal and the given value

  8. def >==(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of GreaterEqual and the given value

  9. def approx(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType Approx.

    Creates a SimpleOp FilterComponent for FilterType Approx.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of Approx and the given value

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equal(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType Equal.

    Creates a SimpleOp FilterComponent for FilterType Equal.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of Equal and the given value

  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def ge(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of GreaterEqual and the given value

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def greaterEqual(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    Creates a SimpleOp FilterComponent for FilterType GreaterEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of GreaterEqual and the given value

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def le(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of LessEqual and the given value

  22. def lessEqual(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    Creates a SimpleOp FilterComponent for FilterType LessEqual.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of LessEqual and the given value

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def ~==(value: Any): SimpleOp

    Creates a SimpleOp FilterComponent for FilterType Approx.

    Creates a SimpleOp FilterComponent for FilterType Approx.

    value

    The value for the SimpleOp; must not be null!

    returns

    SimpleOp inialized with the attr of this SimpleOpBuilder, a FilterType of Approx and the given value

Inherited from AnyRef

Inherited from Any

Ungrouped