Interface AbstractGlobalDefinition.NameInitializer

Enclosing class:
AbstractGlobalDefinition<MODULE extends IModule,INSTANCE extends INamedInstance>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractGlobalDefinition.NameInitializer
Provides a callback for generating a qualified name from a name.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String name)
    Produce a qualified name by parsing the provided name.
  • Method Details

    • apply

      @NonNull IEnhancedQName apply(@NonNull String name)
      Produce a qualified name by parsing the provided name.
      Parameters:
      name - the name to parse
      Returns:
      the qualified name for the provided name