implicit class SymbolToIntSeries extends PlotIntSeries
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SymbolToIntSeries
- PlotIntSeries
- PlotSeries
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SymbolToIntSeries(col: Symbol)(implicit ds: Dataset[_])
Value Members
-
def
andThen[A](g: (Int) ⇒ A): (Int) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(i: Int): Int
- Definition Classes
- SymbolToIntSeries → Function1
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ Int
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val data: Array[Int]
-
def
maxIndex: Int
- Definition Classes
- SymbolToIntSeries → PlotSeries
-
def
minIndex: Int
- Definition Classes
- SymbolToIntSeries → PlotSeries
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any