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

com.peruncs.gwt.utils.CallbackRet Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package com.peruncs.gwt.utils;

import jsinterop.annotations.JsFunction;

/**
 * A callback that takes no inputs.
 */
@JsFunction
@FunctionalInterface
public interface CallbackRet {
    R call();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy