Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-11145

add a join() method for Iterable/List

    XMLWordPrintableJSON

Details

    Description

        @groovy.transform.CompileStatic
        def m() {
          ["a", "b"].join()
        }
      
        assert m() == "ab"
      

      Attachments

        Activity

          People

            emilles Eric Milles
            blackdrag Jochen Theodorou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: