You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider providing a link to the Year class by adding getYearObj() or getYearType() methods to all ThreeTen-Extra classes where appropriate. Check for any other similar cases that could be improved.
Note that this can be done via temporal.query(Year::from) or Year.from(temporal) already, but they seem a touch unwieldy.
Consider providing a link to the
Year
class by addinggetYearObj()
orgetYearType()
methods to all ThreeTen-Extra classes where appropriate. Check for any other similar cases that could be improved.Note that this can be done via
temporal.query(Year::from)
orYear.from(temporal)
already, but they seem a touch unwieldy.Originally suggested in #155.
The text was updated successfully, but these errors were encountered: