RaiseHandler

oxygen.ui.web.RaiseHandler
See theRaiseHandler companion trait
object RaiseHandler

Attributes

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

Members list

Type members

Classlikes

case object Empty extends RaiseHandler[Any, Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RaiseHandler[Any, Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class FromFunction[Env, Action](f: Action => ZIO[Env & Scope, UIError, Unit])(using evidence$1: HasNoScope[Env]) extends RaiseHandler[Env, Action]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RaiseHandler[Env, Action]
class Object
trait Matchable
class Any
Show all
final case class HandleAction[Env, Action, Action2](underlying: RaiseHandler[Any, Action2], f: (RaiseHandler[Any, Action2], Action) => ZIO[Env & Scope, UIError, Unit])(using evidence$1: HasNoScope[Env]) extends RaiseHandler[Env, Action]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RaiseHandler[Env, Action]
class Object
trait Matchable
class Any
Show all