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

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

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

/**
 * A callback that takes 1 input.
 *
 */
public interface CallbackRet1 {
    R call(A param1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy