UIRuntime

oxygen.ui.web.internal.UIRuntime
See theUIRuntime companion object
final class UIRuntime[+Env]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def execute(effect: URIO[Env, Unit]): UIO[Unit]
def unsafeExecute(effect: URIO[Env, Unit])(using Unsafe): Unit