<@U01SP2GJYAU> It'd be nice to have a template fun...
# komapper
d
@Toshihiro Nakamura It'd be nice to have a template function
List.size()
... or maybe I can just use the property on the list straight from the
List<Int>
parameter in the KomapperCommand? If so, why are there all those functions on CharSequence and String? It seems like I'm not getting any compile errors when using
/* listParam.size */
so does that mean it works?
It seems like
.size
DOES work... so the docs are really just saying you can call whatever functions on your parameter objects?
t
You can call all public functions and properties. However, extension functions and extension properties require special configuration to be accessible. All the functions and properties listed in the documentation are extension functions and extension properties.
d
Oh... thanks 👍🏼!
👍 1