package com.inmind.functional_consumer03; @FunctionalInterface public interface MyInterface2 { void accept(Integer i); }