Class Range.RangeBuilder

java.lang.Object
io.github.darvil.utils.Range.RangeBuilder
Enclosing class:
Range

public static class Range.RangeBuilder extends Object
  • Method Details

    • to

      @NotNull public @NotNull Range to(int end)
      Sets the end value.
    • toInfinity

      @NotNull public @NotNull Range toInfinity()
      Sets the end value to infinity.