needs / com.skydoves.needs / FragmentNeedsLazy

FragmentNeedsLazy

class FragmentNeedsLazy<out T : Factory> : Lazy<Needs?>

An implementation of Lazy used by ComponentActivity

tied to the given lifecycleOwner, clazz.

Constructors

<init>

FragmentNeedsLazy(fragment: Fragment, lifecycleOwner: LifecycleOwner, clazz: KClass<T>)

An implementation of Lazy used by ComponentActivity

Properties

value

val value: Needs?

Functions

isInitialized

fun isInitialized(): Boolean