-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Not a problem, but there are some occurrences such as .get(scheduleHours.size() - 1) which could be replaced with getLast().
Describe the solution you'd like
To make use of the new convenience methods.
Additional context
similiarly, get(0) will be replaced by getFirst()
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done