-
- All Implemented Interfaces:
public final class UiComponentKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Function0<Unit>CallbackStub
-
Method Summary
Modifier and Type Method Description final Function0<Unit>getCallbackStub()final static <T extends Any> UnitbindKtx(UiComponent<T> $self, CoroutineScope coroutineScope, Flow<T> flow)final static <T extends Any> UnitbindKtx(CoroutineScope coroutineScope, Flow<T> flow, Function1<T, Unit> render)-
-
Method Detail
-
getCallbackStub
final Function0<Unit> getCallbackStub()
-
bindKtx
final static <T extends Any> Unit bindKtx(UiComponent<T> $self, CoroutineScope coroutineScope, Flow<T> flow)
-
-
-
-