implicit class RichCategorizedTuple2s[A, B, C] extends AnyRef
Enriches a collection of categorized data pairs.
- Alphabetic
- By Inheritance
- RichCategorizedTuple2s
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RichCategorizedTuple2s(trav: GenTraversableOnce[(A, GenTraversableOnce[(B, C)])])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to any2stringadd[RichCategorizedTuple2s[A, B, C]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RichCategorizedTuple2s[A, B, C], B)
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to ArrowAssoc[RichCategorizedTuple2s[A, B, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (RichCategorizedTuple2s[A, B, C]) ⇒ Boolean, msg: ⇒ Any): RichCategorizedTuple2s[A, B, C]
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to Ensuring[RichCategorizedTuple2s[A, B, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RichCategorizedTuple2s[A, B, C]) ⇒ Boolean): RichCategorizedTuple2s[A, B, C]
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to Ensuring[RichCategorizedTuple2s[A, B, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RichCategorizedTuple2s[A, B, C]
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to Ensuring[RichCategorizedTuple2s[A, B, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RichCategorizedTuple2s[A, B, C]
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to Ensuring[RichCategorizedTuple2s[A, B, C]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to StringFormat[RichCategorizedTuple2s[A, B, C]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBoxAndWhiskerCategoryDataset: RichChartingCollections.BoxAndWhiskerCategoryDataset
[use case] Converts this collection to a
BoxAndWhiskerCategoryDataset
.[use case]Converts this collection to a
BoxAndWhiskerCategoryDataset
. Full Signaturedef toBoxAndWhiskerCategoryDataset[D](implicit arg0: Numeric[D], eva: (A) ⇒ Comparable[A], evb: (B) ⇒ Comparable[B], evc: (C) ⇒ Seq[D]): RichChartingCollections.BoxAndWhiskerCategoryDataset
-
def
toCategoryDataset: RichChartingCollections.CategoryDataset
[use case] Converts this collection to a
CategoryDataset
.[use case]Converts this collection to a
CategoryDataset
. Full Signaturedef toCategoryDataset(implicit eva: (A) ⇒ Comparable[A], evb: (B) ⇒ Comparable[B], numc: Numeric[C]): RichChartingCollections.CategoryDataset
-
def
toCategoryTableXYDataset: CategoryTableXYDataset
[use case] Converts this collection to a
CategoryTableXYDataset
.[use case]Converts this collection to a
CategoryTableXYDataset
. Full Signaturedef toCategoryTableXYDataset(implicit eva: (A) ⇒ String, numb: Numeric[B], numc: Numeric[C]): CategoryTableXYDataset
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTimePeriodValuesCollection: RichChartingCollections.TimePeriodValuesCollection
[use case] Converts this collection to a
TimePeriodValuesCollection
.[use case]Converts this collection to a
TimePeriodValuesCollection
. Full Signaturedef toTimePeriodValuesCollection(implicit eva: (A) ⇒ String, evb: (B) ⇒ TimePeriod, numc: Numeric[C]): RichChartingCollections.TimePeriodValuesCollection
-
def
toTimeSeriesCollection: RichChartingCollections.TimeSeriesCollection
[use case] Converts this collection to a
TimeSeriesCollection
.[use case]Converts this collection to a
TimeSeriesCollection
. Full Signaturedef toTimeSeriesCollection(implicit eva: (A) ⇒ Comparable[A], evb: (B) ⇒ RegularTimePeriod, numc: Numeric[C]): RichChartingCollections.TimeSeriesCollection
-
def
toTimeTable: RichChartingCollections.TimeTableXYDataset
[use case] Converts this collection to a time table.
[use case]Converts this collection to a time table.
Full Signaturedef toTimeTable(implicit eva: (A) ⇒ Comparable[A], evb: (B) ⇒ TimePeriod, numc: Numeric[C]): RichChartingCollections.TimeTableXYDataset
-
def
toXYSeriesCollection(): RichChartingCollections.XYSeriesCollection
[use case] Converts this collection to an
XYSeriesCollection
.[use case]Converts this collection to an
XYSeriesCollection
. Full Signaturedef toXYSeriesCollection(autoSort: Boolean = true, allowDuplicateXValues: Boolean = true)(implicit eva: (A) ⇒ Comparable[A], numb: Numeric[B], numc: Numeric[C]): RichChartingCollections.IntervalXYDataset
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (RichCategorizedTuple2s[A, B, C], B)
- Implicit
- This member is added by an implicit conversion from RichCategorizedTuple2s[A, B, C] to ArrowAssoc[RichCategorizedTuple2s[A, B, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc