RequestCookieJar

@deprecated("Use the CookieJar middleware instead", "0.21.20")
final class RequestCookieJar extends AnyVal
Companion:
object
Deprecated
Source:
RequestCookieJar.scala
class AnyVal
trait Matchable
class Any

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
override def toString(): String
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