trixnity-clientserverapi-client
Toggle table of contents
4.18.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-client
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
UIA
/
Success
Success
data
class
Success
<
T
>
(
val
value
:
T
)
:
UIA
<
T
>
Members
Members & Extensions
Constructors
Success
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
val
value
:
T
Functions
inject
On
Success
Into
UIA
Link copied to clipboard
suspend
fun
<
T
>
UIA
<
T
>
.
injectOnSuccessIntoUIA
(
onSuccessCallback
:
suspend
(
)
->
Unit
=
{}
)
:
UIA
<
T
>