Interface Supplier<T>


public interface Supplier<T>
Equivalent to java.util.function.Supplier
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()