checkNotNull

open fun <T> checkNotNull(arg: T): T
open fun <T> checkNotNull(arg: T, message: String): T