Interface IndexReaderFunctions.ReaderFunction

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

    @FunctionalInterface
    private static interface IndexReaderFunctions.ReaderFunction
    • Method Detail

      • apply

        double apply​(IndexReader reader)
              throws java.io.IOException
        Throws:
        java.io.IOException