Class Interval.IntervalBuilder

java.lang.Object
org.salespointframework.time.Interval.IntervalBuilder
Enclosing class:
Interval

public static class Interval.IntervalBuilder extends Object
  • Method Details

    • to

      public Interval to(LocalDateTime end)
      Creates an Interval from the current start time until the given end time.
      Parameters:
      end - must not be null and after the current start time or equal to it.
      Returns:
      will never be null.
    • withLength

      public Interval withLength(TemporalAmount amount)
      Creates a new Interval from the current start time adding the given TemporalAmount to it.
      Parameters:
      amount - must not be null.
      Returns:
      will never be null.
      See Also: