* Default instance of a function configuration source exposing the functions from this package.
*
* @return the configuration source exposing functions from this package
*/
public static FunctionConfigurationSource instance() {
return new FutureFunctions().getObjectCreating();
}