package com.luticate.utils.business; /** * Created by robin on 10/22/16. */ public interface LuConsumer { void execute(T data); }