Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2338

cat function add support for Object signature

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Normal
    • Resolution: Done
    • Affects Version/s: 7.0.2
    • Fix Version/s: 7.0.3
    • Component/s: Components
    • Labels:

      Description

      For example:

      public static String cat(Object o1, Object o2) {
          return (o1 == null ? "" : String.valueOf(o1)) + (o2 == null ? "" : String.valueOf(o2));
      }
      

        Attachments

          Activity

            People

            Assignee:
            JerryChen JerryChen
            Reporter:
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: