SumWidget

object SumWidget
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Case[+Action, OuterState, InnerState, +Value](lens: Optional[OuterState, InnerState], widget: PModifier[Action, InnerState, InnerState, Value])
Companion:
object
object Case
Companion:
class

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]]