class Connection extends StringMap
- Source
- url.scala
- Alphabetic
- By Inheritance
- Connection
- StringMap
- AnyRef
- Any
- by richDrxAny
- by DrxBoundOps
- 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
- Implicit
- This member is added by an implicit conversion from Connection toany2stringadd[Connection] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (Connection, B)
- Implicit
- This member is added by an implicit conversion from Connection toArrowAssoc[Connection] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def /(symbol: Symbol): Scoped
- Definition Classes
- StringMap
- def /(name: String): Scoped
- Definition Classes
- StringMap
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- def applyIf(t: Boolean, f: (Connection) => Connection): Connection
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (Connection) => Boolean)(f: (Connection) => Connection): Connection
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def contains(key: String): Boolean
- Definition Classes
- StringMap
- lazy val content: String
- def copyTo(file: File): File
- def date: Date
- def elementOf(xs: Set[Connection]): Boolean
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def encoding: String
- def ensuring(cond: (Connection) => Boolean, msg: => Any): Connection
- Implicit
- This member is added by an implicit conversion from Connection toEnsuring[Connection] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Connection) => Boolean): Connection
- Implicit
- This member is added by an implicit conversion from Connection toEnsuring[Connection] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Connection
- Implicit
- This member is added by an implicit conversion from Connection toEnsuring[Connection] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Connection
- Implicit
- This member is added by an implicit conversion from Connection toEnsuring[Connection] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expiration: Date
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Connection toStringFormat[Connection] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- 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
- 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
- def get[A, B](keyA: String, keyB: String)(implicit parserA: Parsable[A], parserB: Parsable[B]): Option[(A, B)]
- Definition Classes
- StringMap
- def get[T](key: String)(implicit parser: Parsable[T]): Option[T]
- Definition Classes
- StringMap
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getOrElse[T](key: String, default: T)(implicit parser: Parsable[T]): T
- Definition Classes
- StringMap
- 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
- Connection → StringMap
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hrefs: List[URL]
- val in: Input
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val 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
- Connection → StringMap
- def mergeWith(that: StringMap): StringMap
- Definition Classes
- StringMap
- 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
- def modified: Date
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def niceHeader: String
- def noneIf(f: (Connection) => Boolean): Option[Connection]
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] 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 optionIf(f: (Connection) => Boolean): Option[Connection]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (Connection) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- lazy val relLinks: Map[String, URL]
- def responseCode: Option[Int]
- def sideEffect(f: (Connection) => Unit): Connection
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (Connection) => Boolean): Option[Connection]
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def split[T](key: String)(implicit parser: Parsable[T]): Vector[T]
- Definition Classes
- StringMap
- def split[T](key: String, sep: String)(implicit parser: Parsable[T]): Vector[T]
split
split
- Definition Classes
- StringMap
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val thisAny: Connection
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def till(maxArg: Connection): Bound[Connection]
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 Connection toBoundOps[Connection] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Connection] is in scope.
- Definition Classes
- BoundOps
- val timeout: Time
- def toList: List[(String, String)]
- Definition Classes
- StringMap
- final def toMap: Map[String, String]
- Definition Classes
- StringMap
- def toString(): String
- Definition Classes
- AnyRef → Any
- val url: URL
- 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()
Deprecated Value Members
- def ?>(f: (Connection) => Boolean): Option[Connection]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] 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 mkPath(parent: String, child: String): String
- Definition Classes
- StringMap
- Annotations
- @deprecated
- Deprecated
(Since version dj) use mkPath with a list of Keys instead
- def |>[B](f: (Connection) => B): B
- Implicit
- This member is added by an implicit conversion from Connection toDrxAny[Connection] 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): (Connection, B)
- Implicit
- This member is added by an implicit conversion from Connection toArrowAssoc[Connection] 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.