package lambda; /** * Created by gaurav on 15/9/17. */ @FunctionalInterface interface IsFunctional { void testMethod(String data); }