package eu.eudat.logic.builders.helpers; /** * Created by ikalyvas on 3/15/2018. */ public interface BuilderApplier { void apply(T builder); }