JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.openqa.selenium.concurrent
Lazy
Supplier
Contents
Description
Method Summary
Method Details
get()
Hide sidebar
Show sidebar
Interface Lazy.Supplier<
T
>
Enclosing class:
Lazy
<
T
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface
Lazy.Supplier<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
Method Details
get
T
get
() throws
Exception
Throws:
Exception