object OperatorGreaterEq extends Operator

Reduce type operator of Comparison >=.

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

Value Members

  1. def >=(num1: Double, num2: Double): Boolean
  2. def >=(num1: Double, num2: Float): Boolean
  3. def >=(num1: Double, num2: Long): Boolean
  4. def >=(num1: Double, num2: Integer): Boolean
  5. def >=(num1: Double, num2: Short): Boolean
  6. def >=(num1: Double, num2: Byte): Boolean
  7. def >=(num1: Float, num2: Double): Boolean
  8. def >=(num1: Float, num2: Float): Boolean
  9. def >=(num1: Float, num2: Long): Boolean
  10. def >=(num1: Float, num2: Integer): Boolean
  11. def >=(num1: Float, num2: Short): Boolean
  12. def >=(num1: Float, num2: Byte): Boolean
  13. def >=(num1: Long, num2: Double): Boolean
  14. def >=(num1: Long, num2: Float): Boolean
  15. def >=(num1: Long, num2: Long): Boolean
  16. def >=(num1: Long, num2: Integer): Boolean
  17. def >=(num1: Long, num2: Short): Boolean
  18. def >=(num1: Long, num2: Byte): Boolean
  19. def >=(num1: Integer, num2: Double): Boolean
  20. def >=(num1: Integer, num2: Float): Boolean
  21. def >=(num1: Integer, num2: Long): Boolean
  22. def >=(num1: Integer, num2: Integer): Boolean
  23. def >=(num1: Integer, num2: Short): Boolean
  24. def >=(num1: Integer, num2: Byte): Boolean
  25. def >=(num1: Short, num2: Double): Boolean
  26. def >=(num1: Short, num2: Float): Boolean
  27. def >=(num1: Short, num2: Long): Boolean
  28. def >=(num1: Short, num2: Integer): Boolean
  29. def >=(num1: Short, num2: Short): Boolean
  30. def >=(num1: Short, num2: Byte): Boolean
  31. def >=(num1: Byte, num2: Double): Boolean
  32. def >=(num1: Byte, num2: Float): Boolean
  33. def >=(num1: Byte, num2: Long): Boolean
  34. def >=(num1: Byte, num2: Integer): Boolean
  35. def >=(num1: Byte, num2: Short): Boolean
  36. def >=(num1: Byte, num2: Byte): Boolean