toggle menu
backpack-android
androidJvm
switch theme
search in API
Backpack
/
net.skyscanner.backpack.util
Package-level
declarations
Types
Functions
Types
Bpk
Theme
Link copied to clipboard
class
BpkTheme
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.