- Companion:
- object
- Deprecated
- Source:
- RequestCookieJar.scala
Value members
Concrete methods
Filters this map by retaining only keys satisfying a predicate.
Filters this map by retaining only keys satisfying a predicate.
- Value parameters:
- 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.- Source:
- RequestCookieJar.scala
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.
- Source:
- RequestCookieJar.scala
Creates an iterator for all keys.
Creates an iterator for all keys.
- Returns:
an iterator over all keys.
- Source:
- RequestCookieJar.scala
- Definition Classes
- Any
- Source:
- RequestCookieJar.scala
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.
- Source:
- RequestCookieJar.scala
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.
- Source:
- RequestCookieJar.scala