From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros method
- a HTTP method
protected actual fun bind(function: T.(String?, String?) -> List<<ERROR CLASS>>): Unit
-Binds a given function of the receiver as a select options source
-
-function
- a function of the receiver
protected actual inline fun <reified RET> bind(noinline function: T.(Int?, Int?, List<<ERROR CLASS>>?, List<<ERROR CLASS>>?) -> <ERROR CLASS><RET>): Unit
-Binds a given function of the receiver as a tabulator component source
-
-function
- a function of the receiver
protected actual inline fun <reified PAR1 : Any, reified PAR2 : Any> bind(noinline function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit, route: String?): Unit
Binds a given web socket connetion with a function of the receiver.
-- cgit