thecoop commented on code in PR #14973: URL: https://github.com/apache/lucene/pull/14973#discussion_r2218765590
########## lucene/core/src/java/org/apache/lucene/util/IOIntConsumer.java: ########## @@ -0,0 +1,19 @@ +package org.apache.lucene.util; + +import java.io.IOException; + +/** + * An IO operation with a single int input that may throw an IOException. + * + * @see java.util.function.IntConsumer + */ +@FunctionalInterface +public interface IOIntConsumer { Review Comment: This is created alongside several other generalized `IO*` util functional interfaces -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org