package mage.util.functions; /** * @author nantuko */ @FunctionalInterface public interface Function { X apply(Y in); }