MethodactorsAndMovies08Create now a stream of Map.Entry<Actor, Actor> with all the actors that played together. Since we want unique pairs, you should make sure that in a
src/solutions/java/org/paumard/solutions/codeone2019/F_Challenges/ActorsAndMoviesChallenge.java:224