Searched defs:checkPreconditionNotNull (Results 1 – 5 of 5) sorted by relevance
65 internal inline fun <T : Any> checkPreconditionNotNull(value: T?, lazyMessage: () -> String): T { in checkPreconditionNotNull() method78 internal inline fun <T : Any> checkPreconditionNotNull(value: T?): T { in checkPreconditionNotNull() method
69 internal inline fun <T : Any> checkPreconditionNotNull(value: T?, lazyMessage: () -> String): T { in checkPreconditionNotNull() method82 internal inline fun <T : Any> checkPreconditionNotNull(value: T?): T { in checkPreconditionNotNull() method
75 internal inline fun <T : Any> checkPreconditionNotNull(value: T?, lazyMessage: () -> String): T { in checkPreconditionNotNull() method88 internal inline fun <T : Any> checkPreconditionNotNull(value: T?): T { in checkPreconditionNotNull() method
61 internal inline fun <T : Any> checkPreconditionNotNull(value: T?, lazyMessage: () -> String): T { in checkPreconditionNotNull() method
93 internal inline fun <T : Any> checkPreconditionNotNull(value: T?, lazyMessage: () -> String): T { in checkPreconditionNotNull() method