toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-core
/
com.huanshankeji.sequences
/
isSortedBy
is
Sorted
By
inline
fun
<
T
,
R
:
Comparable
<
R
>
>
Sequence
<
T
>
.
isSortedBy
(
crossinline
selector
:
(
T
)
->
R
?
)
:
Boolean
(
source
)