quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.util
/
filterNotNullValues
filter
Not
Null
Values
fun
<
A
,
B
>
Sequence
<
Pair
<
A
,
B
?
>
>
.
filterNotNullValues
(
)
:
Sequence
<
Pair
<
A
,
B
>
>
Return
this
sequence where the second element of each pair is not
null