katlib
2.2.7
Katlib
katlib
/
dev.forst.katlib
/
setDifferenceBy
set
Difference
By
inline
fun
<
T
,
R
>
Iterable
<
T
>
.
setDifferenceBy
(
other
:
Iterable
<
T
>
,
selector
:
(
T
)
->
R
)
:
List
<
T
>
(
source
)
Returns all values that are in
this
and not in
other
with custom
selector
.