Closed kyranet closed 1 month ago
Added the following functions:
all
every
any
some
collect
toArray
collectInto
compare
compareBy
equal
equalBy
fuse
greaterOrEqualThan
ge
greaterThan
gt
inspect
intersperse
isSorted
isSortedBy
isSortedByKey
lessOrEqualThan
le
lessThan
lt
maxBy
maxByKey
minBy
minByKey
notEqual
nth
at
stepBy
min
max
Failed conditions 3.9% Duplication on New Code (required ≤ 3%)
See analysis details on SonarCloud
Added the following functions:
all
(alias forevery
)any
(alias forsome
)collect
(alias fortoArray
)collectInto
compare
compareBy
equal
equalBy
fuse
greaterOrEqualThan
(with alias forge
)greaterThan
(with alias forgt
)inspect
intersperse
isSorted
isSortedBy
isSortedByKey
lessOrEqualThan
(with alias forle
)lessThan
(with alias forlt
)maxBy
maxByKey
minBy
minByKey
notEqual
nth
(alias forat
)stepBy
min
now uses a lexicographical comparison by default. UseminBy
for custom comparisons.max
now uses a lexicographical comparison by default. UsemaxBy
for custom comparisons.