docs
4.12
customSourceSet
docs
/
net.corda.core.internal
/
mapNotNull
map
Not
Null
inline
fun
<
T
,
R
:
Any
>
Stream
<
T
>
.
mapNotNull
(
crossinline
transform
:
(
T
)
->
R
?
)
:
Stream
<
R
>