exposed
Toggle table of contents
0.58.0
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.sql
/
CaseWhen
/
When
When
fun
When
(
cond
:
Expression
<
Boolean
>
,
result
:
Expression
<
T
>
)
:
CaseWhen
<
T
>
Adds a conditional expression with a
result
if the expression evaluates to
true
.