Interface BooleanQueryResultHandler

    • Method Detail

      • handle

        void handle​(@Nonnull
                    java.lang.Boolean theResult)
        Boolean query results return a *single* value, `true` or `false`. This method will only be called once by whatever is producing the results
        Specified by:
        handle in interface QueryResultHandler<java.lang.Boolean>
        Parameters:
        theResult - the single query result