exposed
Toggle table of contents
1.0.0-beta-5
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
ColumnTransformer
/
unwrap
unwrap
abstract
fun
unwrap
(
value
:
Wrapped
)
:
Unwrapped
Returns the underlying column value without a transformation applied (
Wrapped
->
Unwrapped
).