Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. attributeList.stream().filter(attribute -> attribute.getAttributeType().equals("Select"))
  2. .map(attribute -> new AttributeOption(attribute.getCode())).collect(Collectors.toList())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement