Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
base
/
com.splendo.kaluga.base.utils
/
firstInstance
first
Instance
inline
fun
<
R
>
Sequence
<
*
>
.
firstInstance
(
)
:
R
?
inline suspend
fun
<
R
>
Flow
<
*
>
.
firstInstance
(
)
:
R
?
Returns first element that is instance of specific type parameter
R
, or
null
if not found