Interface DefaultSolrIndexService.ExecutionBody<T,E extends Exception>

Enclosing class:
DefaultSolrIndexService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface DefaultSolrIndexService.ExecutionBody<T,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes a code fragment and returns a result.
  • Method Details

    • execute

      T execute() throws E
      Executes a code fragment and returns a result.
      Returns:
      the result
      Throws:
      E extends Exception