Niko Wild wrote:Then scroll down a bit to
Practical Guide – Implementing Chunked Upload in OkHttp
Step-by-Step Implementation of Chunked Upload
Piet Souris wrote:Thanks for the responses, guys!
@Rob,
problem with "? extends Collection<T>"is that I need to do a map.get(t) somewhere, and there I need to specify some type.
Piet Souris wrote:edit:
found the solution. I must use
Never too old to learn.