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

com.peruncs.gwt.utils.CallbackRet3 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 3 inputs.
 *
 */
@JsFunction
@FunctionalInterface
public interface CallbackRet3 {
    R call(A param1, B param2, C param3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy