package com.firefly.utils.function; /** * All Action interfaces extend from this. * <p> * Marker interface to allow instanceof checks. */ public interface Action extends Function { }