Interface Registries.Selector<T>

Enclosing interface:
Registries
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Registries.Selector<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Registry<T>
    select(@NotNull Registries registries)
     
  • Method Details