Class LazyString


  • public final class LazyString
    extends Object
    The LazyString class represents strings with lazy evaluation. Such a lazy-evaluation string can contain references to other objects that are evaluated (that is, converted into a string representation) only when toStringWithContext(LazyContext) is called.