Uses of Interface
types.basic.ttext.TText
Packages that use TText
-
Uses of TText in types.basic.ttext
Classes in types.basic.ttext that implement TTextModifier and TypeClassDescriptionclassTemporal text instant class inherited from temporal instant.classTemporal text sequence class inherited from temporal sequence.classTemporal text sequence set class inherited from temporal sequence set.Methods in types.basic.ttext that return TTextModifier and TypeMethodDescriptiondefault TTextReturns a new temporal string with the values of `self` concatenated with the values of `other`.default TTextReturns a new temporal string with the values of `other` concatenated with the values of `self`.default TTextdefault TTextTText.concatenate(Object other, boolean other_before) Returns a new temporal string with the values of `self` concatenated with the values of `other`.static TTextTText.from_base_temporal(String value, Temporal base) Create a temporal string from a string value and the time frame of another temporal object.default TTextTText.from_mfjson(String mfjson) Returns a temporal object from a MF-JSON string.default TTextTText.lower()Returns a new temporal string with the values of `self` converted to lower case.default TTextReturns a new temporal string with the values of `self` restricted to the complement of the time or value `other`.default TTextTText.upper()Returns a new temporal string with the values of `self` converted to upper case.