package lambda; /** * Created by gaurav on 15/9/17. */ @FunctionalInterface interface IsTypeTwo { // #1 Only abstract method of IsTypeOne public void hasTwo(); }