SumWidget
object SumWidget
Type members
Value members
Concrete methods
def apply[Action, State, Value](cases: Case[Action, State, _, Value]*): ModifierAV[Action, State, Value]
def either[Action, LS, RS, LV, RV](left: ModifierAV[Action, LS, LV], right: ModifierAV[Action, RS, RV]): ModifierAV[Action, Either[LS, RS], Either[LV, RV]]
def option[Action, State, Value](some: ModifierAV[Action, State, Value], none: CModifierA[Action]): ModifierAV[Action, Option[State], Option[Value]]