New paste Repaste Download
queryResults.stream()
    .anyMatch(obj -> {
        JSONObject result = (JSONObject) obj;
        return result.values().stream()
            .anyMatch(value -> invoiceNumber.equals(String.valueOf(value)));
    });
Filename: None. Size: 220b. View raw, , hex, or download this file.

This paste expires on 2025-05-22 19:56:43.651091. Pasted through web.