Uses of Interface
com.google.mu.util.StringFormat.Interpolator
-
Uses of StringFormat.Interpolator in com.google.mu.util
Modifier and TypeMethodDescriptionstatic <T> StringFormat.Template
<T> StringFormat.template
(String template, StringFormat.Interpolator<? extends T> interpolator) Returns a go/jep-430 style template ofT
produced by interpolating arguments into thetemplate
string, using the giveninterpolator
function.