Interface MirrorSelector
- All Known Implementing Classes:
SimpleMirrorSelector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<Repository>select(@NotNull Collection<Repository> mainRepositories, @NotNull Collection<Mirror> mirrors)
-
Method Details
-
select
@NotNull @NotNull Collection<Repository> select(@NotNull @NotNull Collection<Repository> mainRepositories, @NotNull @NotNull Collection<Mirror> mirrors)
-