afs opened a new issue, #3708: URL: https://github.com/apache/jena/issues/3708
Currently, the `FunctionRegistry` returns a function factory. A common case is to look up a URI wanting a function. Provide a shortcut to go from `FunctionRegistry` to function directly. The a class can declare itself to be a `Function` and a `FunctionFactory`, returning `this` from `.create()` NB This assumes stateless functions but that is the majority of cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
