List.stream() .flatMap(ThrowingConsumer.wrapper(i -> method(param1, i).stream())) .collect(Collectors.toList());