public class ProviderToString
A proxy class that can be used for seom methods that take an Object
and then simply use toString()
on that object.
Type Params | Return Type | Name and description |
---|---|---|
|
public static ProviderToString |
proxy(Provider<String> provider) |
|
public String |
toString() |