geary
0.22.11
common
geary-core
/
com.mineinabyss.geary.helpers
/
temporaryEntity
temporary
Entity
inline
fun
<
T
>
temporaryEntity
(
run
:
(
Entity
)
->
T
)
:
T
Creates a new empty entity that will get removed once
run
completes or fails.