ReloadableComponent

works.iterative.ui.components.ReloadableComponent
See theReloadableComponent companion class

Attributes

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

Members list

Type members

Classlikes

enum Reload[+A]

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class UntilChanged[A]

Value members

Concrete methods

def apply[A](fetch: IO[UserMessage, A])(using runtime: Runtime[Any]): ReloadableComponent[A, Unit]
def apply[A, I](endpoint: PublicEndpoint[I, Unit, A, Any]): URIO[ClientEndpointFactory, ReloadableComponent[A, I]]