package eu.eudat.utilities.interfaces; /** * Created by ikalyvas on 3/1/2018. */ public interface Applier { void apply(A applier, V value); }