romainguy
05/25/2019, 7:27 AMfun ValidateTextField(foo: Bar, @ParamsOf<TextField> p)
elizarov
05/25/2019, 7:33 AMChuck Jazdzewski [G]
05/25/2019, 6:05 PMdataargs
capable type using some operator such as ParamsOf
as alluded to by Romain. This fits nicely with dataargs
allowing CustomButton
, from the proposal, to be written without Button
having to be modified ahead of time.elizarov
05/25/2019, 6:58 PMChuck Jazdzewski [G]
05/28/2019, 4:17 PMParamsOf
. For native this should be easy, such as using a COMDEF record or equivalent, but for the JVM is would be more challenging.elizarov
05/28/2019, 4:23 PMChuck Jazdzewski [G]
05/28/2019, 11:02 PM@Composable
. The number of hidden classes explode, however, if it is general language feature.