Companion

Functions

Link copied to clipboard
fun <T : Any> builder(individualProviderSize: Int, collectionProviderSize: Int): SetFactory.Builder<T>

Constructs a new Builder for a SetFactory with individualProviderSize individual Provider<T> and collectionProviderSize Provider<Collection<T>> instances.

Link copied to clipboard
fun <T> empty(): Factory<Set<T>>