Packages

c

react

ValueOps

final case class ValueOps[T](v: T) extends AnyVal with Product with Serializable

Convert any scala object to a ReactNode via blah.toNode.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueOps
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ValueOps(v: T)

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toNode: ReactNode
  4. val v: T