final case class PNodeWidget[+Action, -StateGet, +StateSet <: StateGet, +Value](tagName: String, modifiers: List[PModifier[Action, StateGet, StateSet, Any]], value: StateGet => EitherNel[String, Value]) extends PModifier[Action, StateGet, StateSet, Value]
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
def apply[Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2](append: PModifier[Action2, StateGet2, StateSet2, Any]*): PNodeWidget[Action2, StateGet2, StateSet2, Value]
def defer[Action2 >: Action, StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](append: PModifier[Action2, StateGet2, StateSet2, Value2]): PNodeWidget[Action2, StateGet2, StateSet2, Value2]
Inherited methods
final def asValue[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: StateGet2 => Value2): PNodeWidget[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final def eitherAs[Value2](f: => EitherNel[String, Value2]): PNodeWidget[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final def eitherAsValue[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: StateGet2 => EitherNel[String, Value2]): PNodeWidget[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def eitherMapValue[Value2](f: EitherNel[String, Value] => EitherNel[String, Value2]): PNodeWidget[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]): PNodeWidget[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def flatMapValue[Value2](f: Value => EitherNel[String, Value2]): PNodeWidget[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final inline def flatMapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, Value) => EitherNel[String, Value2]): PNodeWidget[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def imapState[OuterState, InnerState >: StateSet <: StateGet](lens: Lens[OuterState, InnerState]): PNodeWidget[Action, OuterState, OuterState, Value]
- 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 mapValue[Value2](f: Value => Value2): PNodeWidget[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final inline def mapValueS[StateGet2 <: StateGet, StateSet2 >: StateSet <: StateGet2, Value2](f: (StateGet2, Value) => Value2): PNodeWidget[Action, StateGet2, StateSet2, Value2]
- Inherited from:
- PModifier
final inline def required[Value2](implicit ev: Value <:< Option[Value2]): PNodeWidget[Action, StateGet, StateSet, Value2]
- Inherited from:
- PModifier
final inline def zoomOut[OuterState](inline f: OuterState => StateGet): PNodeWidget[Action, OuterState, OuterState, Value]
- Inherited from:
- PModifier
final inline def zoomOutToPage[State >: StateSet <: StateGet]: PNodeWidget[Action, PageState[State], PageState[State], Value]
- Inherited from:
- PModifier