Interface StringFormat.To<T>

All Known Subinterfaces:
StringFormat.Template<T>
Enclosing class:
StringFormat

@Deprecated public static interface StringFormat.To<T>
Deprecated.
A view of the StringFormat that returns an instance of T, after filling the format with the given variadic parameters.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the string representation of the format.
    with(Object... params)
    Deprecated.
    Returns an instance of T from the string format filled with params.
  • Method Details

    • with

      T with(Object... params)
      Deprecated.
      Returns an instance of T from the string format filled with params.
    • toString

      String toString()
      Deprecated.
      Returns the string representation of the format.
      Overrides:
      toString in class Object