Packages

case class Style(properties: Set[Property] = Set()) extends Iterable[Property] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  2. Serializable
  3. Product
  4. Equals
  5. Iterable
  6. IterableFactoryDefaults
  7. IterableOps
  8. IterableOnceOps
  9. IterableOnce
  10. AnyRef
  11. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by richDrxAny
  3. by richDrxIterable
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Style(properties: Set[Property] = Set())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Style toany2stringadd[Style] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: Property](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def -->[B](range: Iterable[B]): Ordinal[Property, B]

    create an Ordinal scale with mappings to range

    create an Ordinal scale with mappings to range

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  6. def -->[B](range: Bound[B]): OrdinalBoundedRange[Property, B]

    create an Ordinal scale with equal bands steps in the range

    create an Ordinal scale with equal bands steps in the range

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  7. def ->[B](y: B): (Style, B)
    Implicit
    This member is added by an implicit conversion from Style toArrowAssoc[Style] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def applyIf(t: Boolean, f: (Style) => Style): Style
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def applyIf(t: (Style) => Boolean)(f: (Style) => Style): Style

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def coll: Style.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  18. def collect[B](pf: PartialFunction[Property, B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  19. def collectFirst[B](pf: PartialFunction[Property, B]): Option[B]
    Definition Classes
    IterableOnceOps
  20. def concat[B >: Property](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  21. def containsSubsequence(ys: Iterable[Property]): Boolean
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  22. def copyToArray[B >: Property](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  23. def copyToArray[B >: Property](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  24. def copyToArray[B >: Property](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  25. def corresponds[B](that: IterableOnce[B])(p: (Property, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  26. def count(p: (Property) => Boolean): Int
    Definition Classes
    IterableOnceOps
  27. def countBy[B](f: (Property) => B): Map[B, Int]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  28. def drop(n: Int): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  29. def dropRight(n: Int): Iterable[Property]
    Definition Classes
    IterableOps
  30. def dropWhile(p: (Property) => Boolean): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  31. def elementOf(xs: Set[Style]): Boolean
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. def empty: Iterable[Property]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  33. def ensuring(cond: (Style) => Boolean, msg: => Any): Style
    Implicit
    This member is added by an implicit conversion from Style toEnsuring[Style] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (Style) => Boolean): Style
    Implicit
    This member is added by an implicit conversion from Style toEnsuring[Style] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: => Any): Style
    Implicit
    This member is added by an implicit conversion from Style toEnsuring[Style] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): Style
    Implicit
    This member is added by an implicit conversion from Style toEnsuring[Style] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def evens: Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  39. def exists(p: (Property) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  40. def filter(pred: (Property) => Boolean): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def filterDuplicates: Iterator[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  42. def filterNot(pred: (Property) => Boolean): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  43. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  44. def find(p: (Property) => Boolean): Option[Property]
    Definition Classes
    IterableOnceOps
  45. def fitString(sizes: Int*): String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  46. def fitString: String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  47. def flatMap[B](f: (Property) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  48. def flatten[B](implicit asIterable: (Property) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  49. def fold[A1 >: Property](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  50. def foldLeft[B](z: B)(op: (B, Property) => B): B
    Definition Classes
    IterableOnceOps
  51. def foldRight[B](z: B)(op: (Property, B) => B): B
    Definition Classes
    IterableOnceOps
  52. def forall(p: (Property) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  53. def foreach[U](f: (Property) => U): Unit
    Definition Classes
    IterableOnceOps
  54. def foreachBy(dt: Time)(f: (Property) => Unit)(implicit sc: drx.ScheduledContext, ec: drx.ExecutionContext): drx.Future[Unit]

    async apply a function to a collection with a spaced time delay

    async apply a function to a collection with a spaced time delay

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  55. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Style toStringFormat[Style] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  56. def fromSpecific(coll: IterableOnce[Property]): Iterable[Property]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  57. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def getNonEmpty: Option[Iterable[Property]]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  59. def groupBy[K](f: (Property) => K): Map[K, Iterable[Property]]
    Definition Classes
    IterableOps
  60. def groupMap[K, B](key: (Property) => K)(f: (Property) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  61. def groupMapReduce[K, B](key: (Property) => K)(f: (Property) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  62. def groupRuns: Vector[Vector[Property]]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  63. def groupRunsBy[B](f: (Property) => B): Vector[Vector[Property]]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  64. def groupWhile(test: (Property, Property) => Boolean): Vector[Vector[Property]]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  65. def grouped(size: Int): Iterator[Iterable[Property]]
    Definition Classes
    IterableOps
  66. def head: Property
    Definition Classes
    IterableOps
  67. def headOption: Option[Property]
    Definition Classes
    IterableOps
  68. def init: Iterable[Property]
    Definition Classes
    IterableOps
  69. def inits: Iterator[Iterable[Property]]
    Definition Classes
    IterableOps
  70. def integrate(f: (Property) => Double)(implicit num: Numeric[Property]): Double

    trapezoidal integration

    trapezoidal integration

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  71. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  72. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  73. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  74. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  75. def iterator: Iterator[Property]
    Definition Classes
    Style → IterableOnce
  76. def knownSize: Int
    Definition Classes
    IterableOnce
  77. def last: Property
    Definition Classes
    IterableOps
  78. def lastOption: Option[Property]
    Definition Classes
    IterableOps
  79. def lazyZip[B](that: Iterable[B]): LazyZip2[Property, B, Style.this.type]
    Definition Classes
    Iterable
  80. def lcp(ys: Iterable[Property]): Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  81. def map[B](f: (Property) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  82. def mapFrom[B](f: (Property) => B): Map[B, Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  83. def mapIf[B](pf: PartialFunction[Property, B]): Map[Property, B]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  84. def mapLinear[B](parLevel: Int)(f: (Property) => drx.Future[B])(implicit ec: drx.ExecutionContext): drx.Future[Seq[B]]

    execute futures serially, alternatively provide grouped size

    execute futures serially, alternatively provide grouped size

    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  85. def mapWith[B](f: (Property) => B): Map[Property, B]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  86. def max[B >: Property](implicit ord: Ordering[B]): Property
    Definition Classes
    IterableOnceOps
  87. def maxBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
    Definition Classes
    IterableOnceOps
  88. def maxByOption[B](f: (Property) => B)(implicit cmp: Ordering[B]): Option[Property]
    Definition Classes
    IterableOnceOps
  89. def maxOption[B >: Property](implicit ord: Ordering[B]): Option[Property]
    Definition Classes
    IterableOnceOps
  90. def min[B >: Property](implicit ord: Ordering[B]): Property
    Definition Classes
    IterableOnceOps
  91. def minBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
    Definition Classes
    IterableOnceOps
  92. def minByOption[B](f: (Property) => B)(implicit cmp: Ordering[B]): Option[Property]
    Definition Classes
    IterableOnceOps
  93. def minOption[B >: Property](implicit ord: Ordering[B]): Option[Property]
    Definition Classes
    IterableOnceOps
  94. def mkCommas: String
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  95. def mkLines: String
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  96. def mkSpaces: String
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  97. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  98. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  99. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  100. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  101. def newSpecificBuilder: Builder[Property, Iterable[Property]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  102. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  103. def noneIf(f: (Style) => Boolean): Option[Style]
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  104. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  105. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. def odds: Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  107. def optionIf(f: (Style) => Boolean): Option[Style]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  108. def partition(p: (Property) => Boolean): (Iterable[Property], Iterable[Property])
    Definition Classes
    IterableOps
  109. def partitionMap[A1, A2](f: (Property) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  110. def preApply[B](f: (Style) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  111. def product[B >: Property](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  112. def productElementNames: Iterator[String]
    Definition Classes
    Product
  113. val properties: Set[Property]
  114. def reduce[B >: Property](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  115. def reduceLeft[B >: Property](op: (B, Property) => B): B
    Definition Classes
    IterableOnceOps
  116. def reduceLeftOption[B >: Property](op: (B, Property) => B): Option[B]
    Definition Classes
    IterableOnceOps
  117. def reduceOption[B >: Property](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  118. def reduceRight[B >: Property](op: (Property, B) => B): B
    Definition Classes
    IterableOnceOps
  119. def reduceRightOption[B >: Property](op: (Property, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  120. def reversed: Iterable[Property]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  121. def same: Boolean
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  122. def sampleByRatio(reductionRatio: Double)(implicit rand: Rand): Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  123. def scan[B >: Property](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  124. def scanLeft[B](z: B)(op: (B, Property) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  125. def scanRight[B](z: B)(op: (Property, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  126. def shuffle(implicit r: Rand): Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  127. def sideEffect(f: (Style) => Unit): Style

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  128. def size: Int
    Definition Classes
    IterableOnceOps
  129. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  130. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  131. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  132. def skip(skipSize: Int, takeSize: Int = 1, offset: Int = 0): Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  133. def slice(from: Int, until: Int): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def sliding(size: Int, step: Int): Iterator[Iterable[Property]]
    Definition Classes
    IterableOps
  135. def sliding(size: Int): Iterator[Iterable[Property]]
    Definition Classes
    IterableOps
  136. def slidingFlatMap[B](init: Option[B])(f: (Property, Property) => Option[B]): Iterator[B]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  137. def someIf(f: (Style) => Boolean): Option[Style]
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  138. def span(p: (Property) => Boolean): (Iterable[Property], Iterable[Property])
    Definition Classes
    IterableOps → IterableOnceOps
  139. def splitAt(n: Int): (Iterable[Property], Iterable[Property])
    Definition Classes
    IterableOps → IterableOnceOps
  140. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Property, S]): S
    Definition Classes
    IterableOnce
  141. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding("Override className instead", "2.13.0")
  142. def sum[B >: Property](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  143. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  144. def tail: Iterable[Property]
    Definition Classes
    IterableOps
  145. def tails: Iterator[Iterable[Property]]
    Definition Classes
    IterableOps
  146. def take(n: Int): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  147. def takeRight(n: Int): Iterable[Property]
    Definition Classes
    IterableOps
  148. def takeWhile(p: (Property) => Boolean): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  149. def tapEach[U](f: (Property) => U): Iterable[Property]
    Definition Classes
    IterableOps → IterableOnceOps
  150. val thisAny: Style
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  151. def to[C1](factory: Factory[Property, C1]): C1
    Definition Classes
    IterableOnceOps
  152. def toArray[B >: Property](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  153. final def toBuffer[B >: Property]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  154. def toIndexedSeq: IndexedSeq[Property]
    Definition Classes
    IterableOnceOps
  155. final def toIterable: Style.this.type
    Definition Classes
    Iterable → IterableOps
  156. def toList: List[Property]
    Definition Classes
    IterableOnceOps
  157. def toMap[K, V](implicit ev: <:<[Property, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  158. def toSeq: Seq[Property]
    Definition Classes
    IterableOnceOps
  159. def toSet[B >: Property]: Set[B]
    Definition Classes
    IterableOnceOps
  160. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  161. def toTuple2: drx.Try[(Property, Property)]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  162. def toTuple3: drx.Try[(Property, Property, Property)]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  163. def toVector: Vector[Property]
    Definition Classes
    IterableOnceOps
  164. def transpose[B](implicit asIterable: (Property) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  165. def unzip[A1, A2](implicit asPair: (Property) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  166. def unzip3[A1, A2, A3](implicit asTriple: (Property) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  167. def view: View[Property]
    Definition Classes
    IterableOps
  168. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  169. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  170. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  171. def withFilter(p: (Property) => Boolean): WithFilter[Property, Iterable]
    Definition Classes
    IterableOps
  172. val xs: Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  173. def zip[B](that: IterableOnce[B]): Iterable[(Property, B)]
    Definition Classes
    IterableOps
  174. def zipAll[A1 >: Property, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  175. def zipFrom[B](f: (Property) => B): Iterable[(B, Property)]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  176. def zipIf[B](pf: PartialFunction[Property, B]): Iterable[(Property, B)]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  177. def zipTo[B, C](ys: Iterable[B])(f: (Property, B) => C): Iterable[C]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  178. def zipWith[B](f: (Property) => B): Iterable[(Property, B)]
    Implicit
    This member is added by an implicit conversion from Style toDrxIterable[Property] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  179. def zipWithIndex: Iterable[(Property, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  180. def ~(mergeStyle: Style): Style

    merge a Style (clobber if some properties already exist)

  181. def ~(additionalProperty: Property): Style

    add a style property to the set (clobber if one already exists

Deprecated Value Members

  1. def ++:[B >: Property](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. def /:[B](z: B)(op: (B, Property) => B): B
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  3. final def /:[B](z: B)(op: (B, Property) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (Property, B) => B): B
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  5. final def :\[B](z: B)(op: (Property, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  6. def ?>(f: (Style) => Boolean): Option[Style]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  7. def aggregate[B](z: => B)(seqop: (B, Property) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  8. def collectFirst[B](f: PartialFunction[Property, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  9. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  10. def copyToBuffer(dest: Buffer[Property]): Unit
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  11. final def copyToBuffer[B >: Property](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  12. def count(f: (Property) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  13. def exists(f: (Property) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  14. def filter(f: (Property) => Boolean): Iterator[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  15. def find(p: (Property) => Boolean): Option[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: (Property) => IterableOnce[B]): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  17. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  18. def foldLeft[B](z: B)(op: (B, Property) => B): B
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (Property, B) => B): B
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (Property) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (Property) => U): Unit
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  23. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  24. def map[B](f: (Property) => B): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  25. def max(implicit ord: Ordering[Property]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  26. def maxBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  27. def min(implicit ord: Ordering[Property]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  28. def minBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  29. def mkString: String
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  30. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  33. def product(implicit num: Numeric[Property]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  34. def reduce(f: (Property, Property) => Property): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  35. def reduceLeft(f: (Property, Property) => Property): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  36. def reduceLeftOption(f: (Property, Property) => Property): Option[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  37. def reduceOption(f: (Property, Property) => Property): Option[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  38. def reduceRight(f: (Property, Property) => Property): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  39. def reduceRightOption(f: (Property, Property) => Property): Option[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  40. final def repr: Iterable[Property]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  41. def sameElements[B >: A](that: IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  42. def seq: Style.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  43. def size: Int
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  44. def sum(implicit num: Numeric[Property]): Property
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  45. def to[C1](factory: Factory[Property, C1]): C1
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  46. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  47. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  48. def toIndexedSeq: IndexedSeq[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  49. final def toIterable: Iterable[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  50. def toIterator: Iterator[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  51. final def toIterator: Iterator[Property]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  52. def toList: List[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  53. def toMap[K, V](implicit ev: <:<[Property, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  54. def toSeq: Seq[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  55. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  56. def toStream: Stream[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  57. final def toStream: Stream[Property]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  58. final def toTraversable: Traversable[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  59. final def toTraversable: Traversable[Property]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  60. def toVector: Vector[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  61. def view(from: Int, until: Int): View[Property]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  62. def withFilter(f: (Property) => Boolean): Iterator[Property]
    Implicit
    This member is added by an implicit conversion from Style toIterableOnceExtensionMethods[Property] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (style: IterableOnceExtensionMethods[Property]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  63. def |>[B](f: (Style) => B): B
    Implicit
    This member is added by an implicit conversion from Style toDrxAny[Style] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  64. def [B](y: B): (Style, B)
    Implicit
    This member is added by an implicit conversion from Style toArrowAssoc[Style] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Iterable[Property]

Inherited from IterableOnce[Property]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromStyle to IterableOnceExtensionMethods[Property]

Inherited by implicit conversion richDrxAny fromStyle to DrxAny[Style]

Inherited by implicit conversion richDrxIterable fromStyle to DrxIterable[Property]

Inherited by implicit conversion any2stringadd fromStyle to any2stringadd[Style]

Inherited by implicit conversion StringFormat fromStyle to StringFormat[Style]

Inherited by implicit conversion Ensuring fromStyle to Ensuring[Style]

Inherited by implicit conversion ArrowAssoc fromStyle to ArrowAssoc[Style]

Ungrouped