Package 

Class DeferredTextUtils

    • Method Summary

      Modifier and Type Method Description
      final static String resolveToString(DeferredText $self, Context context) Resolve a DeferredText to a string rather than a CharSequence by calling toString on the resolved value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolveToString

         final static String resolveToString(DeferredText $self, Context context)

        Resolve a DeferredText to a string rather than a CharSequence by calling toString on the resolved value. Any styling information from the original CharSequence will typically be removed from the resolved string.