Uses of Class
com.impossibl.postgres.utils.guava.Joiner
-
Packages that use Joiner Package Description com.impossibl.postgres.utils.guava -
-
Uses of Joiner in com.impossibl.postgres.utils.guava
Methods in com.impossibl.postgres.utils.guava that return Joiner Modifier and Type Method Description static Joiner
Joiner. on(char separator)
Returns a joiner which automatically placesseparator
between consecutive elements.static Joiner
Joiner. on(String separator)
Returns a joiner which automatically placesseparator
between consecutive elements.Joiner
Joiner. skipNulls()
Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.Joiner
Joiner. useForNull(String nullText)
Returns a joiner with the same behavior as this one, except automatically substitutingnullText
for any provided null elements.
-