0 / 60 seg.

¿Qué hace el siguiente código?

Function<Integer, Integer> cuadrado = x -> x * x;
int resultado = cuadrado.apply(5);