ResultOfGreaterThanOrEqualToComparison

final class ResultOfGreaterThanOrEqualToComparison[T](val right: T)(implicit evidence$1: Ordering[T])

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(left: T): Boolean

This method is invoked by be methods to which instances of this class are passed, which enables syntax such as:

This method is invoked by be methods to which instances of this class are passed, which enables syntax such as:

result should not be >= (7)
                 ^  ... invoked by this be method

or

num should (not be >= (10) and not be < (7))
               ^  ... invoked by this be method
override def toString: String

Override toString to return ">= [right]"

Override toString to return ">= [right]"

Definition Classes
Any

Concrete fields

val right: T