facet
0.5.0-SNAPSHOT
common
/
io.facet.common
/
distinctBy
distinct
By
fun
<
T
,
K
>
Flow
<
T
>
.
distinctBy
(
selector
:
(
T
)
->
K
)
:
Flow
<
T
>
Content copied to clipboard
Returns a flow which only emits unique values determined by the given selector function.
Sources
jvm source
Link copied to clipboard