StatelessComponentWrapper

slinky.core.StatelessComponentWrapper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

override type State = Unit

Inherited types

type Def <: Definition

Attributes

Inherited from:
BaseComponentWrapper
type Props

Attributes

Inherited from:
BaseComponentWrapper

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