From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- .../-observable-set-wrapper/subscribe.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/pl.treksoft.kvision.state/-observable-set-wrapper/subscribe.html (limited to 'api/pl.treksoft.kvision.state/-observable-set-wrapper/subscribe.html') diff --git a/api/pl.treksoft.kvision.state/-observable-set-wrapper/subscribe.html b/api/pl.treksoft.kvision.state/-observable-set-wrapper/subscribe.html new file mode 100644 index 00000000..24e940eb --- /dev/null +++ b/api/pl.treksoft.kvision.state/-observable-set-wrapper/subscribe.html @@ -0,0 +1,15 @@ + + + +ObservableSetWrapper.subscribe - kvision + + + +kvision / pl.treksoft.kvision.state / ObservableSetWrapper / subscribe
+
+

subscribe

+(js) +fun subscribe(observer: (Set<T>) -> Unit): () -> Unit +

Subscribe for the state change notifications.

+ + -- cgit