sum

oxygen.ui.web.create.widget$package.Widget.sum
object sum

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sum.type

Members list

Value members

Concrete methods

def build[State]: ParentBuilder[State]
def either[Env, Action, L, R](left: Stateful[Env, Action, L], right: Stateful[Env, Action, R]): Stateful[Env, Action, Either[L, R]]
def option[Env, Action, State](some: Stateful[Env, Action, State], none: Stateless[Env, Action]): Stateful[Env, Action, Option[State]]
def option[Env, Action, State](some: Stateful[Env, Action, State]): Stateful[Env, Action, Option[State]]