Interface Supplier<T>

    • Method Detail

      • get

        T get()
        Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
        Returns:
        an instance of the appropriate type