jimmer-sql-kotlin
0.8.111
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.expression.spi
/
KPropExpressionImplementor
KProp
Expression
Implementor
interface
KPropExpressionImplementor
<
T
:
Any
>
:
KPropExpression
<
T
>
Content copied to clipboard
Functions
Inheritors
Functions
get
Link copied to clipboard
abstract
fun
<
X
:
Any
>
get
(
prop
:
KProperty1
<
T
,
X
?
>
)
:
KPropExpression
<
X
>
Content copied to clipboard
abstract
fun
<
X
:
Any
>
get
(
prop
:
ImmutableProp
)
:
KPropExpression
<
X
>
Content copied to clipboard
Inheritors
KNullablePropExpressionImplementor
Link copied to clipboard