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 TypeClassDescriptionclass
Temporal text instant class inherited from temporal instant.class
Temporal text sequence class inherited from temporal sequence.class
Temporal text sequence set class inherited from temporal sequence set.Methods in types.basic.ttext that return TTextModifier and TypeMethodDescriptiondefault TText
Returns a new temporal string with the values of `self` concatenated with the values of `other`.default TText
Returns a new temporal string with the values of `other` concatenated with the values of `self`.default TText
default TText
TText.concatenate
(Object other, boolean other_before) Returns a new temporal string with the values of `self` concatenated with the values of `other`.static TText
TText.from_base_temporal
(String value, Temporal base) Create a temporal string from a string value and the time frame of another temporal object.default TText
TText.from_mfjson
(String mfjson) Returns a temporal object from a MF-JSON string.default TText
TText.lower()
Returns a new temporal string with the values of `self` converted to lower case.default TText
Returns a new temporal string with the values of `self` restricted to the complement of the time or value `other`.default TText
TText.upper()
Returns a new temporal string with the values of `self` converted to upper case.