checkElementsNotNull

Throw NullPointerException if any of list's items is null.


fun checkElementsNotNull(map: Map<*, *>)

Throw NullPointerException if any ofmap's keys or values is null.