works.iterative.ui.components
package works.iterative.ui.components
Members list
Packages
Type members
Classlikes
object ComponentContext
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ComponentContext.type
trait Modal
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ReloadableComponent
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ReloadableComponent.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ZIODispatcher
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZIODispatcher.type
In this article