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