Interface Supplier<T>

  • Type Parameters:
    T - Type of result

    public interface Supplier<T>
    A supplier of results with no input arguments
    • Method Detail

      • get

        T get()
        Returns:
        Result