class ReactPropsWithChildren[Props] extends ReactComponentProps[Props, PropsAndChildren]
Instance Constructors
- new ReactPropsWithChildren(component: Component[Props, _, _, PropsAndChildren])
Type Members
- type CloneType[-P, +U] = This[P, U]
- type CloneTypePU = This[Props, Unmounted[Props, _, _]]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addMod(f: ModFn): CtorWithProps[Props, CloneType]
- def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[PropsAndChildren[Props, Unmounted[Props, _, _]], PropsAndChildren[Props, Unmounted[Props, _, _]]]): Unmounted[Props, _, _]
- final def asInstanceOf[T0]: T0
- def clone(newCtor: CloneTypePU): CtorWithProps[Props, CloneType]
- def clone(): AnyRef
- val component: Component[Props, _, _, PropsAndChildren]
- lazy val ctor: PropsAndChildren[Props, Unmounted[Props, _, _]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- lazy val props: Props
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val toUnmounted: Unmounted[Props, _, _]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def withKey(k: Long): CtorWithProps[Props, CloneType]
- def withKey(key: Key): CtorWithProps[Props, CloneType]
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[Props, S, B]]]): ReactComponentProps[Props, PropsAndChildren]
- final def withRawProp(name: String, value: Any): CtorWithProps[Props, CloneType]
- def withRef[S, B](ref: Handle[RawMounted[Props, S, B]]): ReactComponentProps[Props, PropsAndChildren]
Inherited from ReactComponentProps[Props, PropsAndChildren]
Value Members
- lazy val ctor: PropsAndChildren[Props, Unmounted[Props, _, _]]
- lazy val props: Props
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[Props, S, B]]]): ReactComponentProps[Props, PropsAndChildren]
- def withRef[S, B](ref: Handle[RawMounted[Props, S, B]]): ReactComponentProps[Props, PropsAndChildren]
Inherited from ReactRender[Props, PropsAndChildren]
Value Members
- def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[PropsAndChildren[Props, Unmounted[Props, _, _]], PropsAndChildren[Props, Unmounted[Props, _, _]]]): Unmounted[Props, _, _]
- val toUnmounted: Unmounted[Props, _, _]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- type CloneType[-P, +U] = This[P, U]
- type CloneTypePU = This[Props, Unmounted[Props, _, _]]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addMod(f: ModFn): CtorWithProps[Props, CloneType]
- def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[PropsAndChildren[Props, Unmounted[Props, _, _]], PropsAndChildren[Props, Unmounted[Props, _, _]]]): Unmounted[Props, _, _]
- final def asInstanceOf[T0]: T0
- def clone(newCtor: CloneTypePU): CtorWithProps[Props, CloneType]
- def clone(): AnyRef
- val component: Component[Props, _, _, PropsAndChildren]
- lazy val ctor: PropsAndChildren[Props, Unmounted[Props, _, _]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- lazy val props: Props
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- val toUnmounted: Unmounted[Props, _, _]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def withKey(k: Long): CtorWithProps[Props, CloneType]
- def withKey(key: Key): CtorWithProps[Props, CloneType]
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[Props, S, B]]]): ReactComponentProps[Props, PropsAndChildren]
- final def withRawProp(name: String, value: Any): CtorWithProps[Props, CloneType]
- def withRef[S, B](ref: Handle[RawMounted[Props, S, B]]): ReactComponentProps[Props, PropsAndChildren]