works.iterative.ui.components.ReloadableComponent
See theReloadableComponent companion object
case class ReloadableComponent[A, I](fetch: I => IO[UserMessage, A], init: Option[I] = ..., updates: Option[UStream[Reload[A]]] = ..., loadSchedule: Schedule[Any, Any, _] = ...)(using runtime: Runtime[Any])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article