FromFunction

oxygen.ui.web.RaiseHandler.FromFunction
final case class FromFunction[Env, Action](f: Action => ZIO[Env & Scope, UIError, Unit])(using evidence$1: HasNoScope[Env]) extends RaiseHandler[Env, Action]

Attributes

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

Members list

Value members

Concrete methods

override def raiseAction(raise: Action): ZIO[Env & Scope, UIError, Unit]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product