Interface ApiLookupMap.LookupConstructor<L>

Enclosing interface:
ApiLookupMap<L>
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 ApiLookupMap.LookupConstructor<L>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Identifier identifier, Class<?> apiClass, Class<?> contextClass)
    Create a new API lookup implementation.