From c7169d6e9dec101fc5523f84766b6fd0c3ecb656 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 16 Feb 2019 23:29:42 +0100 Subject: API documentation for KVision 0.0.25 --- api/pl.treksoft.kvision.remote/with-profile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/with-profile.html') diff --git a/api/pl.treksoft.kvision.remote/with-profile.html b/api/pl.treksoft.kvision.remote/with-profile.html index 787964b1..5f4c4521 100644 --- a/api/pl.treksoft.kvision.remote/with-profile.html +++ b/api/pl.treksoft.kvision.remote/with-profile.html @@ -8,10 +8,10 @@ kvision / pl.treksoft.kvision.remote / withProfile

withProfile

- -fun <RESP> <ERROR CLASS>.withProfile(block: (Profile) -> RESP): RESP
- -fun <RESP> withProfile(block: (Profile) -> RESP): RESP + +suspend fun <RESP> <ERROR CLASS>.withProfile(block: suspend (Profile) -> RESP): RESP
+ +suspend fun <RESP> withProfile(block: suspend (Profile) -> RESP): RESP

A helper extension function for processing with authenticated user profile.

-- cgit