LaminarExtensions

works.iterative.ui.components.laminar.LaminarExtensions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object ActionLink

Attributes

Inherited from:
ActionExtensions
Supertypes
class Object
trait Matchable
class Any
object given_Splittable_Computable extends Splittable[Computable]

Attributes

Inherited from:
AirstreamExtensions
Supertypes
trait Splittable[Computable]
class Object
trait Matchable
class Any

Value members

Inherited methods

def toZIOObserver[A, R](effect: A => ZIO[R, Nothing, Unit])(using runtime: Runtime[R]): Observer[A]

Attributes

Inherited from:
ZIOInteropExtensions
def zioToEventStream[R, E, A](effect: ZIO[R, E, A])(using runtime: Runtime[R])(using ev: IsSubtypeOfError[E, Throwable]): EventStream[A]

Attributes

Inherited from:
ZIOInteropExtensions

Givens

Inherited givens

given given_HtmlRenderable_UserMessage(using x$1: MessageCatalogue): given_HtmlRenderable_UserMessage

Attributes

Inherited from:
I18NExtensions
given messageCatalogueFromContext(using ctx: ComponentContext[_]): MessageCatalogue

Attributes

Inherited from:
I18NExtensions

Extensions

Inherited extensions

extension (action: Action)
def mods: L.HtmlMod

Attributes

Inherited from:
ActionExtensions
extension (e: L.EventStream.type)
def fromZIO[R, E, A](effect: ZIO[R, E, A])(using runtime: Runtime[R])(using ev: IsSubtypeOfError[E, Throwable]): EventStream[A]

Attributes

Inherited from:
ZIOInteropExtensions
def fromZIOOpt[R, E, A](effect: ZIO[R, E, Option[A]])(using runtime: Runtime[R])(using ev: IsSubtypeOfError[E, Throwable]): EventStream[A]

Attributes

Inherited from:
ZIOInteropExtensions
extension [R, E, O](effect: ZIO[R, E, O])
def computableUpdate(using ev: IsSubtypeOfError[E, UserMessage]): ZIO[R, Nothing, Update[O]]

Attributes

Inherited from:
ZIOInteropExtensions
def toEventStream(using runtime: Runtime[R])(using ev: IsSubtypeOfError[E, Throwable]): EventStream[O]

Attributes

Inherited from:
ZIOInteropExtensions
def toEventStreamWith(mapError: E => Throwable)(using runtime: Runtime[R]): EventStream[O]

Attributes

Inherited from:
ZIOInteropExtensions
extension (msg: UserMessage)
inline def asElement(using MessageCatalogue): L.HtmlElement

Attributes

Inherited from:
I18NExtensions
inline def asMod(using messages: MessageCatalogue): Modifier[L.HtmlElement]

Attributes

Inherited from:
I18NExtensions
inline def asOptionalElement(using messages: MessageCatalogue): Option[L.HtmlElement]

Attributes

Inherited from:
I18NExtensions
extension (msgId: MessageId)
def node: L.Node

Attributes

Inherited from:
I18NExtensions
extension (o: L.Observer.type)
def fromZIO[A, R](effect: A => ZIO[R, Nothing, Unit])(using runtime: Runtime[R]): Observer[A]

Attributes

Inherited from:
ZIOInteropExtensions
extension (userMessage: UserMessage)
def node: L.Node

Attributes

Inherited from:
I18NExtensions