Interface TotalFilteredFunction

  • All Superinterfaces:
    java.util.function.ToLongFunction<java.lang.String>


    public interface TotalFilteredFunction
    extends java.util.function.ToLongFunction<java.lang.String>
    Interface that represents a function that, given a query string, returns the number of matching records.

    The expected format of the query string (is it trimmed? is it lowercase?) should be defined by the user. If none is defined, expect anything.

    • Method Summary

      • Methods inherited from interface java.util.function.ToLongFunction

        applyAsLong