package bjc.utils.funcutils;
import java.util.concurrent.*;
import java.util.function.*;
/**
* Utility function for dealing with callables and other things.
*
* @author Ben Culkin
*
*/
public class Callables
{
/**
* Perform a 'bind' that appends a function to a callable.
*
* @param The type originally returned by the callable.
* @param