Class StartInclusionBuilder<T,U>

java.lang.Object
org.midheaven.math.StartInclusionBuilder<T,U>
Type Parameters:
T - type of the elements in the Interval
U - type of the value in the Interval

public class StartInclusionBuilder<T,U> extends Object
Builder for Start Inclusion instances.
  • Method Details

    • inclusive

      public EndIntervalBuilder<T,U> inclusive()
      Performs inclusive.
      Returns:
      the result of inclusive
    • exclusive

      public EndIntervalBuilder<T,U> exclusive()
      Performs exclusive.
      Returns:
      the result of exclusive