Class TupleFunctionRegistry

    • Constructor Detail

      • TupleFunctionRegistry

        public TupleFunctionRegistry()
    • Method Detail

      • getInstance

        public static TupleFunctionRegistry getInstance()
        Gets the default TupleFunctionRegistry.
        Returns:
        The default registry.
      • getKey

        protected java.lang.String getKey​(TupleFunction function)
        Description copied from class: ServiceRegistry
        Gets the key for the specified service.
        Specified by:
        getKey in class ServiceRegistry<java.lang.String,​TupleFunction>
        Parameters:
        function - The service to get the key for.
        Returns:
        The key for the specified service.