ComponentWrapper

slinky.core.ComponentWrapper
abstract class ComponentWrapper(implicit sr: => StateReaderProvider, sw: => StateWriterProvider) extends BaseComponentWrapper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

Inherited types

type Def <: Definition

Attributes

Inherited from:
BaseComponentWrapper
type Props

Attributes

Inherited from:
BaseComponentWrapper

Attributes

Inherited from:
BaseComponentWrapper
type State

Attributes

Inherited from:
BaseComponentWrapper

Value members

Inherited methods

def apply()(implicit ev: Unit =:= Props, constructorTag: ConstructorTag[Def]): KeyAndRefAddingStage[Def]

Attributes

Inherited from:
BaseComponentWrapper
def apply(p: Props)(implicit constructorTag: ConstructorTag[Def]): KeyAndRefAddingStage[Def]

Attributes

Inherited from:
BaseComponentWrapper
def componentConstructor(implicit propsReader: Reader[Props], stateWriter: Writer[State], stateReader: Reader[State], constructorTag: ConstructorTag[Def]): Object

Attributes

Inherited from:
BaseComponentWrapper

Inherited fields

Attributes

Inherited from:
BaseComponentWrapper