-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#460 Max and Min were renamed to HighestOf and LowestOf to support Comparable implementations #475
Conversation
…port Comparable implementations
@yegor256 please, pay attention to this pull request |
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
============================================
+ Coverage 65.74% 66.04% +0.29%
- Complexity 862 878 +16
============================================
Files 178 183 +5
Lines 3004 3039 +35
Branches 226 230 +4
============================================
+ Hits 1975 2007 +32
- Misses 971 974 +3
Partials 58 58
Continue to review full report at Codecov.
|
Job |
@bedward70 why do we need that |
@yegor256 oh, sorry! I'll fix it now! |
Job |
After the discussion "MaxOf and MinOf #460".
To support Comparable implementations:
Comparable
implementations:String
,Character
.