Interface DirectTextExpr

    • Method Detail

      • asTextValue

        default Optional<TextExpr> asTextValue()
        Description copied from interface: Expr
        Get this expression as a string expression
        Specified by:
        asTextValue in interface Expr
        Specified by:
        asTextValue in interface TextExpr
        Returns:
        the expression or Optional.empty() if the type does not match