toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.extension
/
checkNotNull
check
Not
Null
inline
fun
<
T
:
Any
>
checkNotNull
(
value
:
T
?
,
message
:
Any
,
lazyContext
:
(
)
->
Map
<
String
?
,
Any
?
>
)
:
T
Version of
check
which throws a
ContextedIllegalArgumentException
.