asDataSource
fun <E> Flow<E>.asDataSource(priority: LazySet.DataSource.Priority = MEDIUM): LazySet.DataSource<E>(source)
fun <E> LazyDeferred<Set<E>>.asDataSource(priority: LazySet.DataSource.Priority = MEDIUM): LazySet.DataSource<E>(source)
fun <E> Lazy<Set<E>>.asDataSource(priority: LazySet.DataSource.Priority = MEDIUM): LazySet.DataSource<E>(source)