com.firefly.utils.function.ActionN Maven / Gradle / Ivy
package com.firefly.utils.function;
/**
* A vector-argument action.
*/
public interface ActionN extends Action {
void call(Object... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy