Uses of Interface
types.basic.ttext.TText

Packages that use TText
Package
Description
 
  • Uses of TText in types.basic.ttext

    Classes in types.basic.ttext that implement TText
    Modifier and Type
    Class
    Description
    class 
    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 TText
    Modifier and Type
    Method
    Description
    default TText
    TText._add(Object other)
    Returns a new temporal string with the values of `self` concatenated with the values of `other`.
    default TText
    TText._radd(Object other)
    Returns a new temporal string with the values of `other` concatenated with the values of `self`.
    default TText
    TText.at(Object other)
     
    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
    TText.minus(Object other)
    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.