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

com.peruncs.gwt.utils.CallbackRet4 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 4 inputs.
 *
 * @param  input2
 * @param  input3
 * @param  input4
 */
@JsFunction
@FunctionalInterface
public interface CallbackRet4 {
    R call(A param1, B param2, C param3, D param4);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy