Interface LongRange.LongRangeFrom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongRangeto(long maxInclusive)Creates aLongRangefrom the already provided lower bound tomaxInclusive.LongRangeuntil(long maxExclusive)Creates aLongRangefrom the already provided lower bound tomaxExclusive.
-