
one.xingyi.optics.annotations.utils.IBiFunctionWithIoException Maven / Gradle / Ivy
package one.xingyi.optics.annotations.utils;
import java.io.IOException;
public interface IBiFunctionWithIoException {
To apply(From1 from1, From2 from2) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy