toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
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