Class/Object

com.github.celadari.jsonlogicscala.operators

CompareOperator

Related Docs: object CompareOperator | package operators

Permalink

class CompareOperator extends AnyRef

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

Instance Constructors

  1. new CompareOperator()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def cmp(a: Any, b: Any): Any

    Permalink
  7. def cmpCustom(a: Any, b: Any): Any

    Permalink
  8. def cmpCustomDouble(a: Double, b: Any): Nothing

    Permalink
  9. def cmpCustomLong(a: Long, b: Any): Any

    Permalink
  10. def cmpDouble(a: Double, b: Any): Any

    Permalink
  11. def cmpLong(a: Long, b: Any): Any

    Permalink
  12. def diff(a: Any, b: Any): Any

    Permalink
  13. def eq(a: Any, b: Any): Any

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def eqCustom(a: Any, b: Any): Any

    Permalink
  16. def eqCustomDouble(a: Double, b: Any): Nothing

    Permalink
  17. def eqCustomLong(a: Long, b: Any): Any

    Permalink
  18. def eqDouble(a: Double, b: Any): Any

    Permalink
  19. def eqLong(a: Long, b: Any): Any

    Permalink
  20. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def gt(a: Any, b: Any): Any

    Permalink
  24. def gteq(a: Any, b: Any): Any

    Permalink
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  27. def lt(a: Any, b: Any): Any

    Permalink
  28. def lteq(a: Any, b: Any): Any

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def negate(value: Any): Any

    Permalink
  31. def negateCustom(value: Any): Any

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped