JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.suppliers
Supplier
Contents
Description
Method Summary
Method Details
get(VisitorState)
Hide sidebar
Show sidebar
Interface Supplier<
T
>
All Superinterfaces:
Serializable
public interface
Supplier<T>
extends
Serializable
Simple supplier pattern, which allows delayed binding to access to runtime elements.
Author:
alexeagle@google.com (Alex Eagle)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
(
VisitorState
state)
Method Details
get
T
get
(
VisitorState
state)