MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / map

Method map

src/main/java/core/packetproxy/http/QueryString.java:57–59  ·  view source on GitHub ↗
(Function<? super QueryParameter, ? extends R> mapper)

Source from the content-addressed store, hash-verified

55 }
56
57 public <R> Stream<R> map(Function<? super QueryParameter, ? extends R> mapper) {
58 return params.stream().map(mapper);
59 }
60
61 public void update(String name, String value) {
62 params.stream().filter(p -> p.getName().equals(name)).findFirst().ifPresent(p -> p.setValue(value));

Callers 15

createSSLContextMethod · 0.45
getBodyParamsOrderMethod · 0.45
setBodyParamsMethod · 0.45
getCookieMethod · 0.45
QueryStringMethod · 0.45
toStringMethod · 0.45
getAllValueMethod · 0.45
HttpHeaderMethod · 0.45
toByteArrayMethod · 0.45
addTableContentMethod · 0.45
actionPerformedMethod · 0.45

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected