I have the following which works:
var tasks = tasks.stream(a -> (Callable>) () -> call(a)).collect(Collectors.toList()); <