Interface Supplier<T>


  • public interface Supplier<T>
    • Method Detail

      • get

        T get()