From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html') diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html index 4e7b816a..e5a82367 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html +++ b/api/pl.treksoft.kvision.remote/-k-v-service-manager/bind.html @@ -34,6 +34,12 @@

Parameters

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

+

Parameters

+

+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