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

hprose.util.concurrent.Func Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * Func.java                                              *
 *                                                        *
 * Func interface for Java.                               *
 *                                                        *
 * LastModified: Jun 21, 2016                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.util.concurrent;

public interface Func extends Callback {
    R call(V value) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy