Interface MultiIndexer<T>

All Superinterfaces:
Indexer<T>
All Known Implementing Classes:
MultiAutoIndexer
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 non-sealed interface MultiIndexer<T> extends Indexer<T>
Author:
Pierre Lecerf ([email protected])
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <P extends Indexable>
    MultiIndexer<P>
     
    default void
    index(T payload, IndexContainer container)
     
    resolve(T payload)