View Javadoc

1   package com.atlassian.webdriver.waiter.webdriver.retriever;
2   
3   /**
4    * TODO: Document this class / interface here
5    *
6    * @since v4.4
7    */
8   public interface Supplier<T>
9   {
10      public T supply();
11  }