Packages

final class RequestCookieJar extends AnyVal

Source
ResponseCookie.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestCookieJar
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to any2stringadd[RequestCookieJar] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(cookies: Iterable[RequestCookie]): RequestCookieJar
  5. def ->[B](y: B): (RequestCookieJar, B)
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to ArrowAssoc[RequestCookieJar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. def apply(key: String): RequestCookie
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def contains(key: String): Boolean
  10. val cookies: List[RequestCookie]
  11. def default(key: String): RequestCookie
  12. def empty: RequestCookieJar
  13. def ensuring(cond: (RequestCookieJar) ⇒ Boolean, msg: ⇒ Any): RequestCookieJar
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to Ensuring[RequestCookieJar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (RequestCookieJar) ⇒ Boolean): RequestCookieJar
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to Ensuring[RequestCookieJar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): RequestCookieJar
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to Ensuring[RequestCookieJar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): RequestCookieJar
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to Ensuring[RequestCookieJar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def filterKeys(p: (String) ⇒ Boolean): RequestCookieJar

    Filters this map by retaining only keys satisfying a predicate.

    Filters this map by retaining only keys satisfying a predicate.

    p

    the predicate used to test keys

    returns

    an immutable map consisting only of those key value pairs of this map where the key satisfies the predicate p. The resulting map wraps the original map without copying any elements.

  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to StringFormat[RequestCookieJar] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def get(key: String): Option[RequestCookie]
  20. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  21. def getOrElse(key: String, default: ⇒ String): RequestCookie
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterator: Iterator[RequestCookie]
  24. def keySet: Set[String]
  25. def keys: Iterable[String]

    Collects all keys of this map in an iterable collection.

    Collects all keys of this map in an iterable collection.

    returns

    the keys of this map as an iterable.

  26. def keysIterator: Iterator[String]

    Creates an iterator for all keys.

    Creates an iterator for all keys.

    returns

    an iterator over all keys.

  27. def toString(): String
    Definition Classes
    RequestCookieJar → Any
  28. def values: Iterable[String]

    Collects all values of this map in an iterable collection.

    Collects all values of this map in an iterable collection.

    returns

    the values of this map as an iterable.

  29. def valuesIterator: Iterator[Any]

    Creates an iterator for all values in this map.

    Creates an iterator for all values in this map.

    returns

    an iterator over all values that are associated with some key in this map.

  30. def [B](y: B): (RequestCookieJar, B)
    Implicit
    This member is added by an implicit conversion from RequestCookieJar to ArrowAssoc[RequestCookieJar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from RequestCookieJar to any2stringadd[RequestCookieJar]

Inherited by implicit conversion StringFormat from RequestCookieJar to StringFormat[RequestCookieJar]

Inherited by implicit conversion Ensuring from RequestCookieJar to Ensuring[RequestCookieJar]

Inherited by implicit conversion ArrowAssoc from RequestCookieJar to ArrowAssoc[RequestCookieJar]

Ungrouped