@ServiceInterface public interface FsDriverMapModifier extends java.util.function.UnaryOperator<java.util.Map<FsScheme,FsDriver>>
ServiceImplementation are subject to service location by the
FsDriverMapLocator.SINGLETON.
If multiple modifier services are located on the class path at run time, they are applied in ascending order of their ServiceImplementation.priority() so that the product of the modifier service with the greatest number becomes the result of the entire modifier chain.