Class TemporalMatcher<T>

    • Constructor Detail

      • TemporalMatcher

        public TemporalMatcher()
    • Method Detail

      • atZone

        public abstract TemporalMatcher<T> atZone​(ZoneId zone)
        Creates a copy of this matcher using a specific time zone.
        Parameters:
        zone - a ZoneId
        Returns:
        a copy of this matcher based on the new time zone
      • atLocale

        public abstract TemporalMatcher<T> atLocale​(Locale locale)
        Creates a copy of this matcher using a specific locale.
        Parameters:
        locale - a Locale
        Returns:
        a copy of this matcher using the new locale
      • atOffset

        public TemporalMatcher<T> atOffset​(ZoneOffset offset)
        Creates a copy of this matcher using a specific time offset.
        Parameters:
        offset - the new time offset
        Returns:
        a copy of this matcher based on the new time offset