Fragment

oxygen.ui.web.create.widget$package.Fragment
object Fragment

Attributes

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

Members list

Type members

Types

type Const = Fragment[Any, Nothing, Any, Nothing]
type Polymorphic[-Env, +Action, -StateGet, +StateSet <: StateGet] = Fragment[Env, Action, StateGet, StateSet]
type Stateful[-Env, +Action, State] = Fragment[Env, Action, State, State]
type Stateless[-Env, +Action] = Fragment[Env, Action, Any, Nothing]

Value members

Concrete fields