[Proposal] Add equalsOnly operator method by operando · Pull Request #155 · aNNiMON/Lightweight-Stream-API

[Proposal] equalsOnly operator method List<String> match = Stream.of("a", "b", "c") .equalsOnly("b") .toList(); // match -> ["b"]</string>