shubhamsrkdev commented on code in PR #15627:
URL: https://github.com/apache/lucene/pull/15627#discussion_r3022667937
##########
lucene/core/src/java/org/apache/lucene/util/IOBooleanSupplier.java:
##########
@@ -34,4 +34,13 @@ public interface IOBooleanSupplier {
* @throws IOException if supplying the result throws an {@link IOException}
*/
boolean get() throws IOException;
+
+ /**
Review Comment:
Thinking about this more, if we create a separate class we will end up
replacing `IOBooleanSupplier` everywhere with this new class and
`IOBooleanSupplier` wouldn't have any usage in lucene's code (I understand
it's a public interface so we will still keep it)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]