harness.webUI.vdom.PModifier
See thePModifier companion object
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Members list
Concise view
Value members
Abstract methods
Concrete methods
final def eitherAsValue[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: StateGet2 => EitherNel[String, Value2]): SelfT[Action, StateGet2, StateSet2, Value2]
final inline def eitherMapValue[Value2](f: EitherNel[String, Value] => EitherNel[String, Value2]): SelfT[Action, StateGet, StateSet, Value2]
final inline def eitherMapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, EitherNel[String, Value]) => EitherNel[String, Value2]): SelfT[Action, StateGet2, StateSet2, Value2]
final inline def flatMapValue[Value2](f: Value => EitherNel[String, Value2]): SelfT[Action, StateGet, StateSet, Value2]
final inline def flatMapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, Value) => EitherNel[String, Value2]): SelfT[Action, StateGet2, StateSet2, Value2]
final inline def mapActionEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (EitherNel[String, Value], Action) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def mapActionSEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, EitherNel[String, Value], Action) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def mapActionSV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, Value, Action) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def mapActionV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (Value, Action) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def mapRaiseEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (EitherNel[String, Value], Raise[Action, StateSet]) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final def mapRaiseSEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, EitherNel[String, Value], Raise[Action, StateSet]) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def mapRaiseSV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, Value, Raise[Action, StateSet]) => SHRIO[ClientT, List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
final inline def zoomOutToPage[State >: StateSet <: StateGet]: SelfT[Action, PageState[State], PageState[State], Value]