Interface Supplier<T>


@Incubating public interface Supplier<T>
Backport of Java8 Supplier. INTERNAL USE ONLY.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()