ron
01/14/2017, 4:56 PMron
01/14/2017, 4:56 PMron
01/14/2017, 4:56 PMron
01/14/2017, 4:56 PMron
01/14/2017, 4:57 PMedvin
01/14/2017, 4:57 PMron
01/14/2017, 4:57 PMedvin
01/14/2017, 4:58 PMedvin
01/14/2017, 4:58 PMcarlw
01/14/2017, 4:58 PMron
01/14/2017, 4:58 PMedvin
01/14/2017, 4:58 PMcarlw
01/14/2017, 4:59 PMron
01/14/2017, 5:00 PMedvin
01/14/2017, 5:00 PMedvin
01/14/2017, 9:27 PMvararg params: Pair<String, Any>
. It should have been Map<String, Any>?
. I really want to break the API and fix this. It's nicer to use, and it makes it possible to use varargs for other things (which I have a need for to make Workspaces nicer). Hopefully not many people will have used it. If needed, we can release as version 2.0.0
. What do you guys think?permalmberg
01/14/2017, 9:28 PMby param()
?edvin
01/14/2017, 9:30 PMby param()
usage, but the call site. So if you did find<SomeView>("name" to "John")
you would have to change it to find<SomeView>(mapOf("name" to "John"))
. For multiple parameters it's gets messy anyways, and you'd want to do: find<SomeView>(myparams)
instead, which would be possible with this change.edvin
01/14/2017, 9:30 PMmyparams
would be a map you created before you called find
)permalmberg
01/14/2017, 9:31 PMedvin
01/14/2017, 9:32 PMpermalmberg
01/14/2017, 9:32 PMedvin
01/14/2017, 9:33 PMpermalmberg
01/14/2017, 9:35 PMedvin
01/14/2017, 9:36 PMpermalmberg
01/14/2017, 9:36 PMedvin
01/14/2017, 9:36 PMpermalmberg
01/14/2017, 9:36 PMedvin
01/14/2017, 9:39 PMcarlw
01/15/2017, 12:34 AM