jimmer-sql-kotlin
0.8.107
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.expression.impl
/
NullableCase
Nullable
Case
class
NullableCase
<
R
:
Any
>
Content copied to clipboard
Functions
Functions
match
Link copied to clipboard
fun
match
(
cond
:
KNonNullExpression
<
Boolean
>
,
value
:
R
)
:
NullableCase
<
R
>
Content copied to clipboard
fun
match
(
cond
:
KNonNullExpression
<
Boolean
>
,
value
:
KExpression
<
R
>
)
:
NullableCase
<
R
>
Content copied to clipboard
otherwise
Link copied to clipboard
fun
otherwise
(
value
:
R
?
=
null
)
:
KNullableExpression
<
R
>
Content copied to clipboard
fun
otherwise
(
value
:
KExpression
<
R
>
)
:
KNullableExpression
<
R
>
Content copied to clipboard