List<Integer> list = List.range(0, 10) .map( a -> a * 2) .map( a -> a + 10) .map( a -> null) .map( a -> 10);