Interface QueryHandler<T extends SectionRecord>

All Known Implementing Classes:
ConstantQueryHandler, ItemQueryHandler, MessageQueryHandler
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 QueryHandler<T extends SectionRecord>
An interface that declares a query handler that is typed constrained to implementations of the SectionRecord interface
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details