lazySet

fun <E> lazySet(vararg children: LazySetComponent<E>): LazySet<E>
fun <E> lazySet(priority: LazySet.DataSource.Priority = MEDIUM, dataSource: suspend () -> Set<E>): LazySet<E>
@JvmName(name = "lazySetSingle")
fun <E> lazySet(priority: LazySet.DataSource.Priority = MEDIUM, dataSource: suspend () -> E): LazySet<E>
fun <E> lazySet(children: Collection<LazySetComponent<E>>): LazySet<E>

Sources

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard