Actions
Feature #5549
closedComparable#min, Comparable#max
Feature #5549:
Comparable#min, Comparable#max
Status:
Rejected
Assignee:
-
Target version:
-
Description
I request the following methods
which will work the same as
and can be defined as
Example use case: If you need to ensure that some calculated value becomes at least zero within a method chain.
Actions