Interface AdjustableTextElement<V extends HinduPrimitive>

Type Parameters:
V - generic type of element values, either month or day-of-month
All Superinterfaces:
ChronoElement<V>, Comparator<ChronoDisplay>, TextElement<V>

public interface AdjustableTextElement<V extends HinduPrimitive> extends TextElement<V>

Extends a chronological element by some standard ways of manipulation.

Since:
5.6
Author:
Meno Hochschild
  • Method Details

    • minimized

      default ChronoOperator<HinduCalendar> minimized()

      Sets the Hindu calendar date to the minimum of this element.

      Returns:
      ChronoOperator
    • maximized

      default ChronoOperator<HinduCalendar> maximized()

      Sets the Hindu calendar date to the maximum of this element.

      Returns:
      ChronoOperator