Interface SettingRootsSupplier

All Superinterfaces:
java.util.function.Supplier<java.util.List<java.lang.Class<? extends SettingRoot>>>
All Known Implementing Classes:
SettingRootsSupplier.SettingRoots

public interface SettingRootsSupplier
extends java.util.function.Supplier<java.util.List<java.lang.Class<? extends SettingRoot>>>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  SettingRootsSupplier.SettingRoots  
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get