Interface ListCacheRecordComparator<T>

All Superinterfaces:
Comparator<T>, Serializable
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 interface ListCacheRecordComparator<T> extends Comparator<T>, Serializable
Comparator used by ListCache.
  • Method Details

    • usesPageExtensionData

      default boolean usesPageExtensionData()
      Returns whether this comparator uses data that must be loaded by a page extension assembler. This is only used in base record pagination mode.