public boolean greaterThanOrEqualTo (Duration other)

Returns true if the specified duration is greater than or equal to (>=) this instance. INDEFINITE is treated as if it were positive infinity.

Parameters:
other    cannot be null

Returns:  true if millis >= other.millis using double arithmetic