interface LazyLoadingDelegate<T : Node?, R>

Delegate which can be called to get the loaded property

Type Parameters

T

the type of Node stored in this property

R

the type of property

Functions

Link copied to clipboard
abstract suspend operator fun invoke(cache: NodeCache? = null, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit? = null): R

Gets the loaded property