Module swim.api

Interface Linker

    • Method Detail

      • linkerPriority

        double linkerPriority()
        Returns the relative priority of this Linker implementation. Linkers with greater priority instantiate planes before linkers with lower priority.
      • injectLinker

        Linker injectLinker​(Linker linker)
        Returns a Linker with the combined capabilities of this Linker and the given linker.