Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1.                     String tipoServicoPrevList = SigapUtils.getStream( a.getSpvServicoAgendamentos() )
  2.                         .map(ServicoAgendamento::getSpvTipoServicoPrevidencia)
  3.                         .map(TipoServicoPrevidencia::getNmTipoServicPrevid)
  4.                         .collect(Collectors.joining(","));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement