case class Style(properties: Set[Property] = Set()) extends Iterable[Property] with Product with Serializable
- Alphabetic
- By Inheritance
- Style
- Serializable
- Product
- Equals
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by iterableOnceExtensionMethods
- by richDrxAny
- by richDrxIterable
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- final def ++[B >: Property](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- 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
- 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
- def ->[B](y: B): (Style, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
- IterableOnceOps
- 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
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: Style.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[Property, B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[Property, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def concat[B >: Property](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- 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
- def copyToArray[B >: Property](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- 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")
- 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")
- def corresponds[B](that: IterableOnce[B])(p: (Property, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: (Property) => Boolean): Int
- Definition Classes
- IterableOnceOps
- 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
- def drop(n: Int): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Iterable[Property]
- Definition Classes
- IterableOps
- def dropWhile(p: (Property) => Boolean): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- 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
- def empty: Iterable[Property]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def ensuring(cond: (Style) => Boolean, msg: => Any): Style
- def ensuring(cond: (Style) => Boolean): Style
- def ensuring(cond: Boolean, msg: => Any): Style
- def ensuring(cond: Boolean): Style
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- def exists(p: (Property) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: (Property) => Boolean): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- 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
- def filterNot(pred: (Property) => Boolean): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: (Property) => Boolean): Option[Property]
- Definition Classes
- IterableOnceOps
- 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
- 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
- def flatMap[B](f: (Property) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: (Property) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: Property](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, Property) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: (Property, B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: (Property) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: (Property) => U): Unit
- Definition Classes
- IterableOnceOps
- 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
- def formatted(fmtstr: String): String
- def fromSpecific(coll: IterableOnce[Property]): Iterable[Property]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- def groupBy[K](f: (Property) => K): Map[K, Iterable[Property]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: (Property) => K)(f: (Property) => B): Map[K, Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: (Property) => K)(f: (Property) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- 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
- 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
- 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
- def grouped(size: Int): Iterator[Iterable[Property]]
- Definition Classes
- IterableOps
- def head: Property
- Definition Classes
- IterableOps
- def headOption: Option[Property]
- Definition Classes
- IterableOps
- def init: Iterable[Property]
- Definition Classes
- IterableOps
- def inits: Iterator[Iterable[Property]]
- Definition Classes
- IterableOps
- 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
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Iterable]
- Definition Classes
- Iterable → IterableOps
- def iterator: Iterator[Property]
- Definition Classes
- Style → IterableOnce
- def knownSize: Int
- Definition Classes
- IterableOnce
- def last: Property
- Definition Classes
- IterableOps
- def lastOption: Option[Property]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[Property, B, Style.this.type]
- Definition Classes
- Iterable
- 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
- def map[B](f: (Property) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- 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
- 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
- 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
- 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
- def max[B >: Property](implicit ord: Ordering[B]): Property
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: (Property) => B)(implicit cmp: Ordering[B]): Option[Property]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: Property](implicit ord: Ordering[B]): Option[Property]
- Definition Classes
- IterableOnceOps
- def min[B >: Property](implicit ord: Ordering[B]): Property
- Definition Classes
- IterableOnceOps
- def minBy[B](f: (Property) => B)(implicit cmp: Ordering[B]): Property
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: (Property) => B)(implicit cmp: Ordering[B]): Option[Property]
- Definition Classes
- IterableOnceOps
- def minOption[B >: Property](implicit ord: Ordering[B]): Option[Property]
- Definition Classes
- IterableOnceOps
- 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
- 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
- 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
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[Property, Iterable[Property]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- 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
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- 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
- def partition(p: (Property) => Boolean): (Iterable[Property], Iterable[Property])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: (Property) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- 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
- def product[B >: Property](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Set[Property]
- def reduce[B >: Property](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: Property](op: (B, Property) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: Property](op: (B, Property) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: Property](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: Property](op: (Property, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: Property](op: (Property, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reversed: Iterable[Property]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- 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
- 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
- def scan[B >: Property](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, Property) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: (Property, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- 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
- 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
- def size: Int
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- 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
- def slice(from: Int, until: Int): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Iterable[Property]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Iterable[Property]]
- Definition Classes
- IterableOps
- 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
- 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
- def span(p: (Property) => Boolean): (Iterable[Property], Iterable[Property])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Iterable[Property], Iterable[Property])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[Property, S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- Annotations
- @deprecatedOverriding("Override className instead", "2.13.0")
- def sum[B >: Property](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: Iterable[Property]
- Definition Classes
- IterableOps
- def tails: Iterator[Iterable[Property]]
- Definition Classes
- IterableOps
- def take(n: Int): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Iterable[Property]
- Definition Classes
- IterableOps
- def takeWhile(p: (Property) => Boolean): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: (Property) => U): Iterable[Property]
- Definition Classes
- IterableOps → IterableOnceOps
- 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
- def to[C1](factory: Factory[Property, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: Property](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: Property]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[Property]
- Definition Classes
- IterableOnceOps
- final def toIterable: Style.this.type
- Definition Classes
- Iterable → IterableOps
- def toList: List[Property]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[Property, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toSeq: Seq[Property]
- Definition Classes
- IterableOnceOps
- def toSet[B >: Property]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Iterable → AnyRef → Any
- 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
- 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
- def toVector: Vector[Property]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: (Property) => Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
- IterableOps
- def unzip[A1, A2](implicit asPair: (Property) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: (Property) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- IterableOps
- def view: View[Property]
- Definition Classes
- IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withFilter(p: (Property) => Boolean): WithFilter[Property, Iterable]
- Definition Classes
- IterableOps
- 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
- def zip[B](that: IterableOnce[B]): Iterable[(Property, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: Property, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
- IterableOps
- 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
- 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
- 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
- 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
- def zipWithIndex: Iterable[(Property, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
- def ~(mergeStyle: Style): Style
merge a Style (clobber if some properties already exist)
- def ~(additionalProperty: Property): Style
add a style property to the set (clobber if one already exists
Deprecated Value Members
- 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
- 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
- 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 /:
- 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
- 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 :\
- 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
- 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. UsefoldLeft(z)(seqop)
instead.
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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)
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def seq: Style.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- final def toIterator: Iterator[Property]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- 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
- 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
- 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
- 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
- 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
- final def toStream: Stream[Property]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- 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
- final def toTraversable: Traversable[Property]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use toIterable instead
- 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
- 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)
- 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
- 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)
- 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.