Package 

Class UiComponentKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static Function0<Unit> CallbackStub
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Function0<Unit> getCallbackStub()
      final static <T extends Any> Unit bindKtx(UiComponent<T> $self, CoroutineScope coroutineScope, Flow<T> flow)
      final static <T extends Any> Unit bindKtx(CoroutineScope coroutineScope, Flow<T> flow, Function1<T, Unit> render)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail