SumWidgets
harness.webUI.widgets.SumWidgets$
object SumWidgets
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SumWidgets.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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]]
In this article