package com.sf.day08.lambda; @FunctionalInterface public interface IRandomable { int getRandom(); }