Package com.google.mu.util
Interface StringFormat.Template<T>
- All Superinterfaces:
StringFormat.To<T>
- Enclosing class:
StringFormat
A template that will produce instances of type
T
, after filling the
template placeholders with the given variadic parameters.- Since:
- 8.0
-
Method Summary
-
Method Details
-
with
Returns an instance ofT
from the string format filled withparams
.- Specified by:
with
in interfaceStringFormat.To<T>
-
toString
String toString()Returns the string representation of the format.- Specified by:
toString
in interfaceStringFormat.To<T>
- Overrides:
toString
in classObject
-