Join Slack
Powered by
``` fun categoryId(vararg ids: Int): Filter = appl...
# announcements
o
orangy
12/06/2016, 3:38 PM
Copy code
fun categoryId(vararg ids: Int): Filter = apply { params.put("categoryId", listOf(ids)) }
☝️ 1
❤️ 1
Open in Slack
Previous
Next