works.iterative.ui.components

Members list

Type members

Classlikes

trait ComponentContext[+Env]

Context containing services needed in all parts of the application

Context containing services needed in all parts of the application

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Nested[Env]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Modal

Attributes

Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait ZIODispatcher[+Env]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ZIODispatcher

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type