LazyResetsImpl
internal class LazyResetsImpl<out T : Any>(val resetManager: ResetManager, val valueFactory: () -> T) : LazyResets<T> (source)
Functions
Link copied to clipboard
fun <E> Lazy<Set<E>>.asDataSource(priority: LazySet.DataSource.Priority = MEDIUM): LazySet.DataSource<E>
Link copied to clipboard
Link copied to clipboard