oxygen.ui.web.RaiseHandler
See theRaiseHandler companion trait
object RaiseHandler
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RaiseHandler.type
Members list
Type members
Classlikes
case object Empty extends RaiseHandler[Any, Nothing]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article