Code: Select all
//Stream.of(cars).filter(c->c instanceof Sedan)
		.collect(Collectors.mapping(c->c.name), Collectors.joining(",")));       Moderators: Site Manager, fjwalraven
Code: Select all
//Stream.of(cars).filter(c->c instanceof Sedan)
		.collect(Collectors.mapping(c->c.name), Collectors.joining(",")));       Users browsing this forum: Google Adsense [Bot] and 23 guests