- Companion:
- object
Value members
Inherited methods
final def eitherAsValue[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: StateGet2 => EitherNel[String, Value2]): PModifier[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def eitherMapValue[Value2](f: EitherNel[String, Value] => EitherNel[String, Value2]): PModifier[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final inline def eitherMapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, EitherNel[String, Value]) => EitherNel[String, Value2]): PModifier[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def flatMapValue[Value2](f: Value => EitherNel[String, Value2]): PModifier[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final inline def flatMapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, Value) => EitherNel[String, Value2]): PModifier[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def mapActionEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (EitherNel[String, Value], Action) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def mapActionSEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, EitherNel[String, Value], Action) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def mapActionSV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, Value, Action) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def mapActionV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (Value, Action) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def mapRaiseEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (EitherNel[String, Value], Raise[Action, StateSet]) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final def mapRaiseSEV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, EitherNel[String, Value], Raise[Action, StateSet]) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def mapRaiseSV[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Action2](f: (StateGet2, Value, Raise[Action, StateSet]) => SHTask[List[Raise[Action2, StateSet2]]]): PModifier[Action2, StateGet2, StateSet2, Value]
- Inherited from:
- PModifier
final inline def zoomOutToPage[State >: StateSet <: StateGet]: PModifier[Action, PageState[State], PageState[State], Value]
- Inherited from:
- PModifier