ostack-kform
Toggle table of contents
0.31.6
common
Platform filter
common
Switch theme
Search in API
ostack-kform
kform
/
tech.ostack.kform.computedvalues
/
SumOf
/
Companion
/
invoke
invoke
@
JvmStatic
@
JvmName
(
name
=
"create"
)
inline operator
fun
<
T
>
invoke
(
tablePath
:
Path
,
columnPath
:
Path
)
:
ComputedValue
<
T
>
(
source
)
@
JvmStatic
@
JvmName
(
name
=
"create"
)
inline operator
fun
<
T
>
invoke
(
tablePath
:
Path
,
columnProperty
:
KMutableProperty1
<
*
,
*
>
)
:
ComputedValue
<
T
>
(
source
)
@
JvmStatic
@
JvmName
(
name
=
"create"
)
inline operator
fun
<
T
>
invoke
(
tablePath
:
String
,
columnPath
:
String
)
:
ComputedValue
<
T
>
(
source
)
@
JvmStatic
@
JvmName
(
name
=
"create"
)
inline operator
fun
<
T
>
invoke
(
tablePath
:
String
,
columnProperty
:
KMutableProperty1
<
*
,
*
>
)
:
ComputedValue
<
T
>
(
source
)