DerangedComparable<C extends Comparable<C>> extension

on
  • C

Methods

rangeTo(C other) RangeInclusive<C>

Available on C, provided by the DerangedComparable extension

Creates a range from this (inclusive) to other (inclusive).
rangeUntil(C other) Range<C>

Available on C, provided by the DerangedComparable extension

Creates a range from this (inclusive) to other (exclusive).