Packages

c

swiftvis2.spark

SymbolToStringSeries

implicit class SymbolToStringSeries extends PlotStringSeries

Linear Supertypes
PlotStringSeries, PlotSeries, (Int) ⇒ String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolToStringSeries
  2. PlotStringSeries
  3. PlotSeries
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolToStringSeries(col: Symbol)(implicit ds: Dataset[_])

Value Members

  1. def andThen[A](g: (String) ⇒ A): (Int) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(i: Int): String
    Definition Classes
    SymbolToStringSeries → Function1
  3. def compose[A](g: (A) ⇒ Int): (A) ⇒ String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val data: Array[String]
  5. def maxIndex: Int
    Definition Classes
    SymbolToStringSeries → PlotSeries
  6. def minIndex: Int
    Definition Classes
    SymbolToStringSeries → PlotSeries
  7. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any