doc
/
ch.tutteli.atrium.core
/
Option
/
filter
filter
inline
fun
filter
(
predicate
:
(
T
)
->
Boolean
)
:
Option
<
T
>