Stream: filter → map → collect

stream0:00

From a List<Integer>, keep positives, double them, collect to a List.

Type it from memory — say each line out loud as you write it. Then check.