implicit class RichTuple2s[A, B] extends AnyRef
Enriches a collection of data pairs.
- Alphabetic
- By Inheritance
- RichTuple2s
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RichTuple2s(trav: GenTraversableOnce[(A, B)])
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 RichTuple2s[A, B] to any2stringadd[RichTuple2s[A, B]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RichTuple2s[A, B], B)
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to ArrowAssoc[RichTuple2s[A, B]] 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: (RichTuple2s[A, B]) ⇒ Boolean, msg: ⇒ Any): RichTuple2s[A, B]
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to Ensuring[RichTuple2s[A, B]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RichTuple2s[A, B]) ⇒ Boolean): RichTuple2s[A, B]
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to Ensuring[RichTuple2s[A, B]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RichTuple2s[A, B]
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to Ensuring[RichTuple2s[A, B]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RichTuple2s[A, B]
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to Ensuring[RichTuple2s[A, B]] 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 RichTuple2s[A, B] to StringFormat[RichTuple2s[A, B]] 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(name: String): RichChartingCollections.BoxAndWhiskerCategoryDataset
[use case] Converts this collection to a
BoxAndWhiskerCategoryDataset
.[use case]Converts this collection to a
BoxAndWhiskerCategoryDataset
.- name
the name of the series (will show in the legend)
Full Signaturedef toBoxAndWhiskerCategoryDataset[C](name: Comparable[_] = "")(implicit arg0: Numeric[C], eva: (A) ⇒ Comparable[A], evc: (B) ⇒ Seq[C]): RichChartingCollections.BoxAndWhiskerCategoryDataset
-
def
toBoxAndWhiskerXYDataset(name: String): RichChartingCollections.BoxAndWhiskerXYDataset
[use case] Converts this collection to a
BoxAndWhiskerXYDataset
.[use case]Converts this collection to a
BoxAndWhiskerXYDataset
.- name
the name of the series (will show in the legend)
Full Signaturedef toBoxAndWhiskerXYDataset[C](name: Comparable[_] = "")(implicit arg0: Numeric[C], eva: (A) ⇒ Date, evb: (B) ⇒ Seq[C]): RichChartingCollections.BoxAndWhiskerXYDataset
-
def
toCategoryDataset(name: String): RichChartingCollections.CategoryDataset
[use case] Converts this collection to a
CategoryDataset
.[use case]Converts this collection to a
CategoryDataset
.- name
the name of the series (will show in the legend)
Full Signaturedef toCategoryDataset(name: Comparable[_] = "")(implicit eva: (A) ⇒ Comparable[A], numb: Numeric[B]): RichChartingCollections.CategoryDataset
-
def
toPieDataset: RichChartingCollections.PieDataset
[use case] Converts this collection to a
PieDataset
.[use case]Converts this collection to a
PieDataset
. Full Signaturedef toPieDataset(implicit eva: (A) ⇒ Comparable[A], numb: Numeric[B]): RichChartingCollections.PieDataset
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTimePeriodValues(name: String): RichChartingCollections.TimePeriodValues
[use case] Converts this collection to
TimePeriodValues
.[use case]Converts this collection to
TimePeriodValues
.- name
the name of the series (will show in the legend)
Full Signaturedef toTimePeriodValues(name: String = "")(implicit eva: (A) ⇒ TimePeriod, numb: Numeric[B]): RichChartingCollections.TimePeriodValues
-
def
toTimePeriodValuesCollection(name: String): RichChartingCollections.TimePeriodValuesCollection
[use case] Converts this collection to a
TimePeriodValuesCollection
.[use case]Converts this collection to a
TimePeriodValuesCollection
.- name
the name of the series (will show in the legend)
Full Signaturedef toTimePeriodValuesCollection(name: String = "")(implicit eva: (A) ⇒ TimePeriod, numb: Numeric[B]): RichChartingCollections.TimePeriodValuesCollection
-
def
toTimeSeries(name: String): RichChartingCollections.TimeSeries
[use case] Converts this collection to a
TimeSeries
.[use case]Converts this collection to a
TimeSeries
.- name
the name of the series (will show in the legend)
Full Signaturedef toTimeSeries(name: Comparable[_] = "")(implicit eva: (A) ⇒ RegularTimePeriod, numb: Numeric[B]): RichChartingCollections.TimeSeries
-
def
toTimeSeriesCollection(name: String): RichChartingCollections.TimeSeriesCollection
[use case] Converts this collection to a
TimeSeriesCollection
.[use case]Converts this collection to a
TimeSeriesCollection
.- name
the name of the series (will show in the legend)
Full Signaturedef toTimeSeriesCollection(name: Comparable[_] = "")(implicit eva: (A) ⇒ RegularTimePeriod, numb: Numeric[B]): RichChartingCollections.TimeSeriesCollection
-
def
toXYSeries(name: String): RichChartingCollections.XYSeries
[use case] Converts this collection to an
XYSeries
.[use case]Converts this collection to an
XYSeries
.- name
the name of the series (will show in the legend)
Full Signaturedef toXYSeries(name: Comparable[_] = "", autoSort: Boolean = true, allowDuplicateXValues: Boolean = true)(implicit numa: Numeric[A], numb: Numeric[B]): RichChartingCollections.XYSeries
-
def
toXYSeriesCollection(name: String): RichChartingCollections.XYSeriesCollection
[use case] Converts this collection to an
XYSeriesCollection
.[use case]Converts this collection to an
XYSeriesCollection
.- name
the name of the series (will show in the legend)
Full Signaturedef toXYSeriesCollection(name: Comparable[_] = "", autoSort: Boolean = true, allowDuplicateXValues: Boolean = true)(implicit eva: Numeric[A], numb: Numeric[B]): RichChartingCollections.XYSeriesCollection
-
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): (RichTuple2s[A, B], B)
- Implicit
- This member is added by an implicit conversion from RichTuple2s[A, B] to ArrowAssoc[RichTuple2s[A, B]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc