DataSourceImpl
internal class DataSourceImpl<E>(val priority: LazySet.DataSource.Priority, val lazyDeferred: LazyDeferred<Set<E>>) : LazySet.DataSource<E> , LazyDeferred<Set<E>> (source)
Properties
Functions
Link copied to clipboard
fun <E> LazyDeferred<Set<E>>.asDataSource(priority: LazySet.DataSource.Priority = MEDIUM): LazySet.DataSource<E>
Link copied to clipboard
Link copied to clipboard
Immediately returns the deferred value if already completed.