All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firefly.utils.function.Action Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.utils.function;

/**
 * All Action interfaces extend from this.
 * 

* Marker interface to allow instanceof checks. */ public interface Action extends Function { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy