SumCases

oxygen.ui.web.PWidget.SumCases
See theSumCases companion object
final case class SumCases[Env, Action, State](cases: List[Case[Env, Action, State, _ <: State]]) extends Stateful[Env, Action, State]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, State, State]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product