lazySet

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