KengoTODA / wish-list

issue list as a public todo list
1 stars 0 forks source link

A tool set to help developer to use Guava with Java8 #7

Closed KengoTODA closed 8 years ago

KengoTODA commented 8 years ago

Java8 provides a lot of new classes, so some of classes in Guava should be replaced. And Guava does not provide enough class which is necessary to work with Stream API like Collectors.

We need a tool which help developer to replace needlesss classes, and a library which provides missing API in Guava.

KengoTODA commented 8 years ago

https://github.com/KengoTODA/guava-helper-for-java-8