backpack-android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
backpack-android
Backpack
/
net.skyscanner.backpack.util
Package-level
declarations
Functions
Functions
unsafe
Lazy
Link copied to clipboard
fun
<
T
>
unsafeLazy
(
init
:
(
)
->
T
)
:
Lazy
<
T
>
The same semantic as
lazy
with
LazyThreadSafetyMode.NONE
, but inlines the functor.