Interface Supplier<T>


@PublicAPI(usage=INHERITANCE)
public interface Supplier<T>
  • Method Summary

    Modifier and Type Method Description
    T get()  
  • Method Details

    • get

      T get()