Skip to content

Instantly share code, notes, and snippets.

View BenHunt-io's full-sized avatar
🤔
Pondering..

Ben Hunt BenHunt-io

🤔
Pondering..
View GitHub Profile
package streams;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import org.junit.jupiter.api.BeforeEach;