setOfNotNullLaw

inline fun <E> setOfNotNullLaw(element: E?): Set<E>
inline fun <E> setOfNotNullLaw(vararg elements: E?): Set<E>