0 / 60 seg.

Which is the correct return type for the processFunction method?

_____ processFunction(Integer number, Function<Integer, String> lambda) {
    return lambda.apply(number);
}