Packages

case class Merged(a: StringMap, b: StringMap) extends StringMap with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Merged
  2. Serializable
  3. Product
  4. Equals
  5. StringMap
  6. AnyRef
  7. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Merged(a: StringMap, b: StringMap)

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 Merged toany2stringadd[Merged] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Merged, B)
    Implicit
    This member is added by an implicit conversion from Merged toArrowAssoc[Merged] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def /(symbol: Symbol): Scoped
    Definition Classes
    StringMap
  6. def /(name: String): Scoped
    Definition Classes
    StringMap
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. val a: StringMap
  9. final def apply[T](key: String)(implicit parser: Parsable[T]): T

    dangerous option, either use modadic or defaults with getOrElse

    dangerous option, either use modadic or defaults with getOrElse

    Definition Classes
    StringMap
  10. def applyIf(t: Boolean, f: (Merged) => Merged): Merged
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def applyIf(t: (Merged) => Boolean)(f: (Merged) => Merged): Merged

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val b: StringMap
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. final def contains(key: String): Boolean
    Definition Classes
    StringMap
  16. def elementOf(xs: Set[Merged]): Boolean
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  17. def ensuring(cond: (Merged) => Boolean, msg: => Any): Merged
    Implicit
    This member is added by an implicit conversion from Merged toEnsuring[Merged] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (Merged) => Boolean): Merged
    Implicit
    This member is added by an implicit conversion from Merged toEnsuring[Merged] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): Merged
    Implicit
    This member is added by an implicit conversion from Merged toEnsuring[Merged] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): Merged
    Implicit
    This member is added by an implicit conversion from Merged toEnsuring[Merged] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Merged toStringFormat[Merged] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get[A, B, C, D](keyA: String, keyB: String, keyC: String, keyD: String)(implicit parserA: Parsable[A], parserB: Parsable[B], parserC: Parsable[C], parserD: Parsable[D]): Option[(A, B, C, D)]
    Definition Classes
    StringMap
  25. def get[A, B, C](keyA: String, keyB: String, keyC: String)(implicit parserA: Parsable[A], parserB: Parsable[B], parserC: Parsable[C]): Option[(A, B, C)]
    Definition Classes
    StringMap
  26. def get[A, B](keyA: String, keyB: String)(implicit parserA: Parsable[A], parserB: Parsable[B]): Option[(A, B)]
    Definition Classes
    StringMap
  27. def get[T](key: String)(implicit parser: Parsable[T]): Option[T]
    Definition Classes
    StringMap
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def getOrElse[T](key: String, default: T)(implicit parser: Parsable[T]): T
    Definition Classes
    StringMap
  30. def getString(key: String): Option[String]

    the key get interface to parse as you would like

    the key get interface to parse as you would like

    Definition Classes
    MergedStringMap
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def keys: List[String]

    list of the available keys (the sort order provides listing features)

    list of the available keys (the sort order provides listing features)

    Definition Classes
    MergedStringMap
  33. def mergeWith(that: StringMap): StringMap
    Definition Classes
    StringMap
  34. def mkPath(keys: Seq[String]): String

    default as a path separator of '.' but this is configurable (over-ridable)

    default as a path separator of '.' but this is configurable (over-ridable)

    Definition Classes
    StringMap
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noneIf(f: (Merged) => Boolean): Option[Merged]
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def optionIf(f: (Merged) => Boolean): Option[Merged]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. def preApply[B](f: (Merged) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def sideEffect(f: (Merged) => Unit): Merged

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def someIf(f: (Merged) => Boolean): Option[Merged]
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. def split[T](key: String)(implicit parser: Parsable[T]): Vector[T]
    Definition Classes
    StringMap
  45. def split[T](key: String, sep: String)(implicit parser: Parsable[T]): Vector[T]

    split

    split

    Definition Classes
    StringMap
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val thisAny: Merged
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def till(maxArg: Merged): Bound[Merged]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from Merged toBoundOps[Merged] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Merged] is in scope.
    Definition Classes
    BoundOps
  49. def toList: List[(String, String)]
    Definition Classes
    StringMap
  50. final def toMap: Map[String, String]
    Definition Classes
    StringMap
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (Merged) => Boolean): Option[Merged]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] 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

  2. def mkPath(parent: String, child: String): String
    Definition Classes
    StringMap
    Annotations
    @deprecated
    Deprecated

    (Since version dj) use mkPath with a list of Keys instead

  3. def |>[B](f: (Merged) => B): B
    Implicit
    This member is added by an implicit conversion from Merged toDrxAny[Merged] 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)

  4. def [B](y: B): (Merged, B)
    Implicit
    This member is added by an implicit conversion from Merged toArrowAssoc[Merged] 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 StringMap

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromMerged to DrxAny[Merged]

Inherited by implicit conversion DrxBoundOps fromMerged to BoundOps[Merged]

Inherited by implicit conversion any2stringadd fromMerged to any2stringadd[Merged]

Inherited by implicit conversion StringFormat fromMerged to StringFormat[Merged]

Inherited by implicit conversion Ensuring fromMerged to Ensuring[Merged]

Inherited by implicit conversion ArrowAssoc fromMerged to ArrowAssoc[Merged]

Ungrouped