package xapi.fu; /** * @author James X. Nelson (james@wetheinter.net) * Created on 07/11/15. */ public interface HasOutputs { Out1[] outs(); }