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

com.peruncs.gwt.utils.CallbackRet2 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 2 inputs.
 *
 */
@JsFunction
@FunctionalInterface

public interface CallbackRet2 {
    R call(A param1, B param2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy