Barak Ugav
Barak Ugav
That is the intention. java.util.Comparator define 5 'comparing' static functions: ```java static Comparator comparing(Function keyExtractor); static Comparator comparing(Function keyExtractor, Comparator keyComparator); static Comparator comparingInt(ToIntFunction keyExtractor); static Comparator comparingLong(ToLongFunction keyExtractor); static...
@vigna what you think?
The current implementation does not include the castling right for exmaple, or en passant value
@vigna Renamed `comparingObj` to `comparing` and added a few tests
would love to see progress on this issue
Any update on this issue?