Properties

class Properties extends Map[String, Any]
trait Map[String, Any]
trait MapOps[String, Any, [K, V] =>> Map[K, V], Map[String, Any]]
trait Shrinkable[String]
trait Builder[(String, Any), Map[String, Any]]
trait Growable[(String, Any)]
trait Clearable
trait Cloneable[Map[String, Any]]
trait Cloneable
trait Map[String, Any]
trait Equals
trait MapFactoryDefaults[String, Any, [K, V] =>> Map[K, V], [A] =>> Iterable[A]]
trait MapOps[String, Any, [K, V] =>> Map[K, V], Map[String, Any]]
trait PartialFunction[String, Any]
trait String => Any
trait Iterable[(String, Any)]
trait Iterable[(String, Any)]
trait IterableFactoryDefaults[(String, Any), [A] =>> Iterable[A]]
trait IterableOps[(String, Any), [A] =>> Iterable[A], Map[String, Any]]
trait IterableOnceOps[(String, Any), [A] =>> Iterable[A], Map[String, Any]]
trait IterableOnce[(String, Any)]
class Object
trait Matchable
class Any

Value members

Constructors

def this(tuples: (String, )*)
def this(obj: Object, attrs: String*)

Concrete methods

def add(attr: String, obj: Object, nestedAttrs: String*): Unit
override def addOne(elem: (String, Any)): Properties
Definition Classes
Growable
override def get(k: String): Option[Any]
Definition Classes
MapOps
override def iterator: Iterator[(String, Any)]
Definition Classes
IterableOnce
override def subtractOne(k: String): Properties
Definition Classes
Shrinkable

Inherited methods

@inline
final def ++[B >: (String, Any)](suffix: IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def ++[V2 >: Any](xs: IterableOnce[(String, V2)]): Map[String, V2]
Inherited from
MapOps
@inline
final def ++=(xs: IterableOnce[(String, Any)]): Properties
Inherited from
Growable
@inline
final def +=(elem: (String, Any)): Properties
Inherited from
Growable
@inline
final def --=(xs: IterableOnce[String]): Properties
Inherited from
Shrinkable
@inline
final def -=(elem: String): Properties
Inherited from
Shrinkable
def addAll(xs: IterableOnce[(String, Any)]): Properties
Inherited from
Growable
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
override def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
Definition Classes
MapOps -> IterableOnceOps
Inherited from
MapOps
def andThen[C](k: PartialFunction[Any, C]): PartialFunction[String, C]
Inherited from
PartialFunction
override def andThen[C](k: Any => C): PartialFunction[String, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
def apply(key: String): Any
Inherited from
MapOps
override def applyOrElse[K1 <: String, V1 >: Any](x: K1, default: K1 => V1): V1
Definition Classes
MapOps -> PartialFunction
Inherited from
MapOps
def canEqual(that: Any): Boolean
Inherited from
Map
def clear(): Unit
Inherited from
MapOps
override def clone(): Map[String, Any]
Definition Classes
MapOps -> Cloneable -> Object
Inherited from
MapOps
def collect[B](pf: PartialFunction[(String, Any), B]): Iterable[B]
Inherited from
IterableOps
def collect[K2, V2](pf: PartialFunction[(String, Any), (K2, V2)]): Map[K2, V2]
Inherited from
MapOps
def collectFirst[B](pf: PartialFunction[(String, Any), B]): Option[B]
Inherited from
IterableOnceOps
def compose[R](k: PartialFunction[R, String]): PartialFunction[R, Any]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => String): A => Any
Inherited from
Function1
def concat[B >: (String, Any)](suffix: IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def concat[V2 >: Any](suffix: IterableOnce[(String, V2)]): Map[String, V2]
Inherited from
MapOps
def contains(key: String): Boolean
Inherited from
MapOps
def copyToArray[B >: (String, Any)](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: (String, Any)](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: (String, Any)](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: ((String, Any), B) => Boolean): Boolean
Inherited from
IterableOnceOps
def count(p: (String, Any) => Boolean): Int
Inherited from
IterableOnceOps
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
def default(key: String): Any
Inherited from
MapOps
def drop(n: Int): Map[String, Any]
Inherited from
IterableOps
def dropRight(n: Int): Map[String, Any]
Inherited from
IterableOps
def dropWhile(p: (String, Any) => Boolean): Map[String, Any]
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[String, Any]
Inherited from
PartialFunction
override def empty: Map[String, Any]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
override def equals(o: Any): Boolean
Definition Classes
Map -> Equals -> Any
Inherited from
Map
def exists(p: (String, Any) => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: (String, Any) => Boolean): Map[String, Any]
Inherited from
IterableOps
def filterInPlace(p: (String, Any) => Boolean): Properties
Inherited from
MapOps
def filterNot(pred: (String, Any) => Boolean): Map[String, Any]
Inherited from
IterableOps
def find(p: (String, Any) => Boolean): Option[(String, Any)]
Inherited from
IterableOnceOps
def flatMap[B](f: (String, Any) => IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def flatMap[K2, V2](f: (String, Any) => IterableOnce[(K2, V2)]): Map[K2, V2]
Inherited from
MapOps
def flatten[B](implicit asIterable: (String, Any) => IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def fold[A1 >: (String, Any)](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, (String, Any)) => B): B
Inherited from
IterableOnceOps
def foldRight[B](z: B)(op: ((String, Any), B) => B): B
Inherited from
IterableOnceOps
def forall(p: (String, Any) => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: (String, Any) => U): Unit
Inherited from
IterableOnceOps
def foreachEntry[U](f: (String, Any) => U): Unit
Inherited from
MapOps
override protected def fromSpecific(coll: IterableOnce[(String, Any)]): Map[String, Any]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
def getOrElse[V1 >: Any](key: String, default: => V1): V1
Inherited from
MapOps
def getOrElseUpdate(key: String, op: => Any): Any
Inherited from
MapOps
def groupBy[K](f: (String, Any) => K): Map[K, Map[String, Any]]
Inherited from
IterableOps
def groupMap[K, B](key: (String, Any) => K)(f: (String, Any) => B): Map[K, Iterable[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: (String, Any) => K)(f: (String, Any) => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[Map[String, Any]]
Inherited from
IterableOps
override def hashCode(): Int
Definition Classes
Map -> Any
Inherited from
Map
def head: (String, Any)
Inherited from
IterableOps
def headOption: Option[(String, Any)]
Inherited from
IterableOps
def init: Map[String, Any]
Inherited from
IterableOps
def inits: Iterator[Map[String, Any]]
Inherited from
IterableOps
def isDefinedAt(key: String): Boolean
Inherited from
MapOps
def isEmpty: Boolean
Inherited from
IterableOnceOps
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
override def iterableFactory: IterableFactory[[A] =>> Iterable[A]]
Definition Classes
Iterable -> Iterable -> IterableOps
Inherited from
Iterable
def keySet: Set[String]
Inherited from
MapOps
def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[String, S]): S
Inherited from
MapOps
def keys: Iterable[String]
Inherited from
MapOps
def keysIterator: Iterator[String]
Inherited from
MapOps
override def knownSize: Int
Definition Classes
MapOps -> Growable -> IterableOnce
Inherited from
MapOps
def last: (String, Any)
Inherited from
IterableOps
def lastOption: Option[(String, Any)]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[(String, Any), B, Properties]
Inherited from
Iterable
def lift: String => Option[Any]
Inherited from
PartialFunction
def map[B](f: (String, Any) => B): Iterable[B]
Inherited from
IterableOps
def map[K2, V2](f: (String, Any) => (K2, V2)): Map[K2, V2]
Inherited from
MapOps
override def mapFactory: MapFactory[[K, V] =>> Map[K, V]]
Definition Classes
Map -> Map -> MapOps
Inherited from
Map
def mapResult[NewTo](f: Map[String, Any] => NewTo): Builder[(String, Any), NewTo]
Inherited from
Builder
def mapValuesInPlace(f: (String, Any) => Any): Properties
Inherited from
MapOps
def max[B >: (String, Any)](implicit ord: Ordering[B]): (String, Any)
Inherited from
IterableOnceOps
def maxBy[B](f: (String, Any) => B)(implicit cmp: Ordering[B]): (String, Any)
Inherited from
IterableOnceOps
def maxByOption[B](f: (String, Any) => B)(implicit cmp: Ordering[B]): Option[(String, Any)]
Inherited from
IterableOnceOps
def maxOption[B >: (String, Any)](implicit ord: Ordering[B]): Option[(String, Any)]
Inherited from
IterableOnceOps
def min[B >: (String, Any)](implicit ord: Ordering[B]): (String, Any)
Inherited from
IterableOnceOps
def minBy[B](f: (String, Any) => B)(implicit cmp: Ordering[B]): (String, Any)
Inherited from
IterableOnceOps
def minByOption[B](f: (String, Any) => B)(implicit cmp: Ordering[B]): Option[(String, Any)]
Inherited from
IterableOnceOps
def minOption[B >: (String, Any)](implicit ord: Ordering[B]): Option[(String, Any)]
Inherited from
IterableOnceOps
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
override protected def newSpecificBuilder: Builder[(String, Any), Map[String, Any]]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: String, B1 >: Any](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def partition(p: (String, Any) => Boolean): (Map[String, Any], Map[String, Any])
Inherited from
IterableOps
def partitionMap[A1, A2](f: (String, Any) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
Inherited from
IterableOps
def product[B >: (String, Any)](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def put(key: String, value: Any): Option[Any]
Inherited from
MapOps
def reduce[B >: (String, Any)](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: (String, Any)](op: (B, (String, Any)) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: (String, Any)](op: (B, (String, Any)) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: (String, Any)](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: (String, Any)](op: ((String, Any), B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: (String, Any)](op: ((String, Any), B) => B): Option[B]
Inherited from
IterableOnceOps
def remove(key: String): Option[Any]
Inherited from
MapOps
def result(): Map[String, Any]
Inherited from
MapOps
protected def reversed: Iterable[(String, Any)]
Inherited from
IterableOnceOps
def runWith[U](action: Any => U): String => Boolean
Inherited from
PartialFunction
Inherited from
Cloneable
def scan[B >: (String, Any)](z: B)(op: (B, B) => B): Iterable[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, (String, Any)) => B): Iterable[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: ((String, Any), B) => B): Iterable[B]
Inherited from
IterableOps
def size: Int
Inherited from
IterableOnceOps
def sizeCompare(that: Iterable[_]): Int
Inherited from
IterableOps
def sizeCompare(otherSize: Int): Int
Inherited from
IterableOps
final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
Inherited from
Builder
def sizeHint(size: Int): Unit
Inherited from
Builder
final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
Inherited from
Builder
@inline
final def sizeIs: SizeCompareOps
Inherited from
IterableOps
def slice(from: Int, until: Int): Map[String, Any]
Inherited from
IterableOps
def sliding(size: Int, step: Int): Iterator[Map[String, Any]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[Map[String, Any]]
Inherited from
IterableOps
def span(p: (String, Any) => Boolean): (Map[String, Any], Map[String, Any])
Inherited from
IterableOps
override def splitAt(n: Int): (Map[String, Any], Map[String, Any])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[(String, Any), S]): S
Inherited from
IterableOnce
def subtractAll(xs: IterableOnce[String]): Properties
Inherited from
Shrinkable
def sum[B >: (String, Any)](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: Map[String, Any]
Inherited from
IterableOps
def tails: Iterator[Map[String, Any]]
Inherited from
IterableOps
def take(n: Int): Map[String, Any]
Inherited from
IterableOps
def takeRight(n: Int): Map[String, Any]
Inherited from
IterableOps
def takeWhile(p: (String, Any) => Boolean): Map[String, Any]
Inherited from
IterableOps
override def tapEach[U](f: (String, Any) => U): Map[String, Any]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[(String, Any), C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: (String, Any)](implicit ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: (String, Any)]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[(String, Any)]
Inherited from
IterableOnceOps
Inherited from
Iterable
def toList: List[(String, Any)]
Inherited from
IterableOnceOps
def toMap[K, V](implicit ev: (String, Any) <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
def toSeq: Seq[(String, Any)]
Inherited from
IterableOnceOps
def toSet[B >: (String, Any)]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Map -> Function1 -> Iterable -> Any
Inherited from
Map
def toVector: Vector[(String, Any)]
Inherited from
IterableOnceOps
def transpose[B](implicit asIterable: (String, Any) => Iterable[B]): Iterable[Iterable[B]]
Inherited from
IterableOps
def unapply(a: String): Option[Any]
Inherited from
PartialFunction
def unzip[A1, A2](implicit asPair: (String, Any) => (A1, A2)): (Iterable[A1], Iterable[A2])
Inherited from
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: (String, Any) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
Inherited from
IterableOps
def update(key: String, value: Any): Unit
Inherited from
MapOps
def updateWith(key: String)(remappingFunction: Option[Any] => Option[Any]): Option[Any]
Inherited from
MapOps
def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[Any, S]): S
Inherited from
MapOps
def values: Iterable[Any]
Inherited from
MapOps
def valuesIterator: Iterator[Any]
Inherited from
MapOps
override def view: MapView[String, Any]
Definition Classes
MapOps -> IterableOps
Inherited from
MapOps
def withDefault(d: String => Any): Map[String, Any]
Inherited from
Map
def withDefaultValue(d: Any): Map[String, Any]
Inherited from
Map
override def withFilter(p: (String, Any) => Boolean): WithFilter[String, Any, [A] =>> Iterable[A], [K, V] =>> Map[K, V]]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
def zip[B](that: IterableOnce[B]): Iterable[((String, Any), B)]
Inherited from
IterableOps
def zipAll[A1 >: (String, Any), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: Iterable[((String, Any), Int)]
Inherited from
IterableOps

Deprecated and Inherited methods

@deprecated(message = "Use ++ with an explicit collection argument instead of + with varargs", since = "2.13.0")
def +[V1 >: Any](elem1: (String, V1), elem2: (String, V1), elems: (String, V1)*): Map[String, V1]
Deprecated
[Since version 2.13.0] Use ++ with an explicit collection argument instead of + with varargs
Inherited from
MapOps
@deprecated(message = "Consider requiring an immutable Map or fall back to Map.concat.", since = "2.13.0")
def +[V1 >: Any](kv: (String, V1)): Map[String, V1]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Map or fall back to Map.concat.
Inherited from
MapOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[B >: (String, Any)](that: IterableOnce[B]): Iterable[B]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from
IterableOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[V1 >: Any](that: IterableOnce[(String, V1)]): Map[String, V1]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from
MapOps
@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
final def +=(elem1: (String, Any), elem2: (String, Any), elems: (String, Any)*): Properties
Deprecated
[Since version 2.13.0] Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated
Inherited from
Growable
@deprecated(message = "Use -- or removeAll on an immutable Map", since = "2.13.0")
final def -(key1: String, key2: String, keys: String*): Map[String, Any]
Deprecated
[Since version 2.13.0] Use -- or removeAll on an immutable Map
Inherited from
MapOps
@deprecated(message = "Use - or remove on an immutable Map", since = "2.13.0")
final def -(key: String): Map[String, Any]
Deprecated
[Since version 2.13.0] Use - or remove on an immutable Map
Inherited from
MapOps
@inline @deprecated(message = "Consider requiring an immutable Map.", since = "2.13.0")
def --(keys: IterableOnce[String]): Map[String, Any]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Map.
Inherited from
MapOps
@deprecated(message = "Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.3")
def -=(elem1: String, elem2: String, elems: String*): Properties
Deprecated
[Since version 2.13.3] Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated
Inherited from
Shrinkable
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
final def /:[B](z: B)(op: (B, (String, Any)) => B): B
Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
final def :\[B](z: B)(op: ((String, Any), B) => B): B
Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from
IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
def aggregate[B](z: => B)(seqop: (B, (String, Any)) => B, combop: (B, B) => B): B
Deprecated
[Since version 2.13.0] `aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.
Inherited from
IterableOnceOps
@inline @deprecatedOverriding(message = "Use iterableFactory instead", since = "2.13.0") @deprecated(message = "Use iterableFactory instead", since = "2.13.0")
def companion: IterableFactory[[A] =>> Iterable[A]]
Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from
IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
final def copyToBuffer[B >: (String, Any)](dest: Buffer[B]): Unit
Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from
IterableOnceOps
@deprecated(message = "Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).", since = "2.13.0")
def filterKeys(p: String => Boolean): MapView[String, Any]
Deprecated
[Since version 2.13.0] Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).
Inherited from
MapOps
@deprecated(message = "Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", since = "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from
IterableOnceOps
@deprecated(message = "Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).", since = "2.13.0")
def mapValues[W](f: Any => W): MapView[String, W]
Deprecated
[Since version 2.13.0] Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
Inherited from
MapOps
@deprecated(message = "Use coll instead of repr in a collection implementation, use the collection value itself from the outside", since = "2.13.0")
final def repr: Map[String, Any]
Deprecated
[Since version 2.13.0] Use coll instead of repr in a collection implementation, use the collection value itself from the outside
Inherited from
IterableOps
@inline @deprecated(message = "Use filterInPlace instead", since = "2.13.0")
final def retain(p: (String, Any) => Boolean): Properties
Deprecated
[Since version 2.13.0] Use filterInPlace instead
Inherited from
MapOps
@deprecated(message = "Iterable.seq always returns the iterable itself", since = "2.13.0")
Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from
Iterable
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
final def toIterator: Iterator[(String, Any)]
Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use .to(LazyList) instead of .toStream", since = "2.13.0")
final def toStream: Stream[(String, Any)]
Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from
IterableOnceOps
@deprecated(message = "Use toIterable instead", since = "2.13.0")
final def toTraversable: Iterable[(String, Any)]
Deprecated
[Since version 2.13.0] Use toIterable instead
Inherited from
IterableOps
@inline @deprecated(message = "Use mapValuesInPlace instead", since = "2.13.0")
final def transform(f: (String, Any) => Any): Properties
Deprecated
[Since version 2.13.0] Use mapValuesInPlace instead
Inherited from
MapOps
@deprecated(message = "Use m.clone().addOne((k,v)) instead of m.updated(k, v)", since = "2.13.0")
def updated[V1 >: Any](key: String, value: V1): Map[String, V1]
Deprecated
[Since version 2.13.0] Use m.clone().addOne((k,v)) instead of m.updated(k, v)
Inherited from
MapOps
@deprecated(message = "Use .view.slice(from, until) instead of .view(from, until)", since = "2.13.0")
def view(from: Int, until: Int): View[(String, Any)]
Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Inherited from
IterableOps