public interface Supplier<R>
Supplier supplies an instance of some class.
This can be leveraged to write lambda functions throughout SDK.| Modifier and Type | Method and Description |
|---|---|
R |
supply()
Returns an instance of some class
|
R supply()
Copyright © 2019. All rights reserved.