SetLaws

object SetLaws

Functions

Link copied to clipboard
inline fun <E> emptyMutableSetOfLaw(): MutableSet<E>
Link copied to clipboard
inline fun <E> emptySetLaw(): Set<E>
Link copied to clipboard
inline fun <E> emptySetOfLaw(): Set<E>
Link copied to clipboard
inline fun <E> mutableSetOfLaw(vararg elements: E): MutableSet<E>
Link copied to clipboard
inline fun <E> Set<E>?.orEmptyLaw(): Set<E>
Link copied to clipboard
inline fun <E> setOfLaw(vararg elements: E): Set<E>
Link copied to clipboard
inline fun <E> setOfNotNullLaw(element: E?): Set<E>
inline fun <E> setOfNotNullLaw(vararg elements: E?): Set<E>