package inverview.lambda; @FunctionalInterface public interface Cube { int calculate(int a); }