Interface IFunctionResolver

All Known Implementing Classes:
FunctionService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Resolves Metapath function signatures based on name and arity.
  • Method Summary

    Modifier and Type
    Method
    Description
    getFunction(IEnhancedQName name, int arity)
    Retrieve the function with the provided name that supports the signature of the provided methods.
  • Method Details