Interface IProvider<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
SingletonInstanceProvider

public interface IProvider<T> extends Supplier<T>
A provider interface useful in various registry instances.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get