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