memberNames.stream().filter((s) -> s.startsWith("A"))
                    .forEach(System.out::println);