Packages

c

plotly.Sequence

NestedDoubles

final case class NestedDoubles(seq: Seq[Seq[Double]]) extends Sequence with Product with Serializable

Linear Supertypes
Sequence, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestedDoubles
  2. Sequence
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NestedDoubles(seq: Seq[Seq[Double]])

Value Members

  1. val seq: Seq[Seq[Double]]