object OperatorGreater extends Operator

Reduce type operator of Comparison >.

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

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 >(num1: Double, num2: Double): Boolean
  5. def >(num1: Double, num2: Float): Boolean
  6. def >(num1: Double, num2: Long): Boolean
  7. def >(num1: Double, num2: Integer): Boolean
  8. def >(num1: Double, num2: Short): Boolean
  9. def >(num1: Double, num2: Byte): Boolean
  10. def >(num1: Float, num2: Double): Boolean
  11. def >(num1: Float, num2: Float): Boolean
  12. def >(num1: Float, num2: Long): Boolean
  13. def >(num1: Float, num2: Integer): Boolean
  14. def >(num1: Float, num2: Short): Boolean
  15. def >(num1: Float, num2: Byte): Boolean
  16. def >(num1: Long, num2: Double): Boolean
  17. def >(num1: Long, num2: Float): Boolean
  18. def >(num1: Long, num2: Long): Boolean
  19. def >(num1: Long, num2: Integer): Boolean
  20. def >(num1: Long, num2: Short): Boolean
  21. def >(num1: Long, num2: Byte): Boolean
  22. def >(num1: Integer, num2: Double): Boolean
  23. def >(num1: Integer, num2: Float): Boolean
  24. def >(num1: Integer, num2: Long): Boolean
  25. def >(num1: Integer, num2: Integer): Boolean
  26. def >(num1: Integer, num2: Short): Boolean
  27. def >(num1: Integer, num2: Byte): Boolean
  28. def >(num1: Short, num2: Double): Boolean
  29. def >(num1: Short, num2: Float): Boolean
  30. def >(num1: Short, num2: Long): Boolean
  31. def >(num1: Short, num2: Integer): Boolean
  32. def >(num1: Short, num2: Short): Boolean
  33. def >(num1: Short, num2: Byte): Boolean
  34. def >(num1: Byte, num2: Double): Boolean
  35. def >(num1: Byte, num2: Float): Boolean
  36. def >(num1: Byte, num2: Long): Boolean
  37. def >(num1: Byte, num2: Integer): Boolean
  38. def >(num1: Byte, num2: Short): Boolean
  39. def >(num1: Byte, num2: Byte): Boolean
  40. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Operator

Inherited from AnyRef

Inherited from Any

Ungrouped