OK, so now I have `fun <C> UndertowServer(p...
# announcements
d
OK, so now I have
fun <C> UndertowServer(params: C, factory: (C) -> Undertow) = UndertowServer(  { factory(params) } )
class UndertowServer(private val factory: () -> Undertow) {
I’m not sure my colleagues will like it, but it’ll do for now.