operator >= method

bool operator >=(
  1. JLong? long
)

Implementation

core$_.bool operator >=(JLong? long) {
  return compareTo(long) >= 0;
}