Case

oxygen.ui.web.PWidget.SumCases.Case
See theCase companion object
final case class Case[-Env, +Action, OuterState, InnerState <: OuterState](widget: Stateful[Env, Action, InnerState], pf: PartialFunction[OuterState, InnerState])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type State = InnerState

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product