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