Skip to content

Commit

Permalink
add Collectors to predefined class
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 1, 2018
1 parent 15bb164 commit 0b1e697
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public class TypescriptProcessor extends AbstractProcessorEx {
TSType.from(java.util.Set.class),
TSType.from(java.util.Map.class),
TSType.from(java.util.stream.Stream.class, true),
TSType.from(java.util.stream.Collectors.class,true),
TSType.from(java.util.Optional.class, true)
);

Expand Down

0 comments on commit 0b1e697

Please sign in to comment.