Interface InMemorySearchStore.ModelRelationResolver

Enclosing class:
InMemorySearchStore
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 InMemorySearchStore.ModelRelationResolver
Resolves target model IDs from related matches at the current relationship boundary.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(Set<String> relatedModelIds, io.fluxzero.common.api.search.ModelRelationConstraint constraint)
     
  • Method Details

    • resolve

      Set<String> resolve(Set<String> relatedModelIds, io.fluxzero.common.api.search.ModelRelationConstraint constraint)