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

react4j.core.Procedure Maven / Gradle / Ivy

There is a newer version: 0.02
Show newest version
package react4j.core;

import jsinterop.annotations.JsFunction;

/**
 * Interface for performing an action that does not return a value.
 */
@FunctionalInterface
@JsFunction
public interface Procedure
{
  /**
   * Perform an action.
   */
  void call();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy