DataSource
interface DataSource<out E> : Comparable<LazySet.DataSource<*>> , LazySetComponent<E> , LazyDeferred<Set<E>> (source)
A Lazy data source for a LazySet, which performs some suspending operation get in order to incrementally add data to the LazySet
.
Since
0.12.0
Inheritors
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.