Facebook
From Sweet Hornbill, 5 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Eratic Teal - view diff
Embed
Download Paste or View Raw
Hits: 386
  1.      Set<Tag> tags = taskData.getTags().stream()
  2.             .map(tagName -> {
  3.                 Tag tag = new Tag();
  4.                 tag.setName(tagName);
  5.                 tag.setTask(task);
  6.                 return tag;
  7.             })
  8.             .collect(Collectors.toSet());

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Burly Camel text 5 Years ago.