SPeCS Packages Documentation
    Preparing search index...
    • Generates a new functional method caller.

      Parameters

      • interfaceJp: InterfaceType | null = null

        The functional interface join point.

      • methodName: string | null = null

        The name of the method.

      • getterType: string | null = null

        The type of the getter.

      • defaultMethodStr: string | null = null

        The default method string.

      Returns {
          $mapClass: Class | undefined;
          contains: string;
          get: ((param: string) => string) | undefined;
          put: string;
      }

      An object containing the mapping class and related methods.