harness.webUI.vdom.widgetModifierFunctions
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
- Known subtypes
-
- Self type
-
In this article