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

com.zipwhip.util.InputCallable Maven / Gradle / Ivy

package com.zipwhip.util;

/**
 * Created by IntelliJ IDEA.
 * User: Michael
 * Date: 8/9/11
 * Time: 2:37 PM
 *
 * A Callable that returns a value and takes input.
 *
 */
public interface InputCallable {

    K call(V input);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy