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