harness.webUI.vdom.widgetModifierFunctions

Members list

Type members

Classlikes

trait RaiseFunctions[+Action, -StateGet, +StateSet <: StateGet, +Value]

Naming paradigm:

Naming paradigm:

Action:

  • "mapAction" : Action => Action
  • "flatMapAction" : Action => Raise
  • "mapRaise" : Raise => Raise

State :

  • "" : Does not take State as an input
  • "S" : Takes State as an input

Value :

  • "" : Does not take Value as an input
  • "V" : Takes Value as an input
  • "EV" : Takes EitherNel[String, Value] as an input

Result :

  • "" : Accepts the output type from "Action" section above
  • "Z" : Accepts a ZIO of the output type from "Action" section above
  • "ZM" : Accepts a List of ZIOs of the output type from "Action" section above

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PModifier[Action, StateGet, StateSet, Value]
trait Simple[Action, StateGet, StateSet, Value]
class PNodeWidget[Action, StateGet, StateSet, Value]
Self type
PModifier[Action, StateGet, StateSet, Value]