Package refactoring

This commit is contained in:
Roman Zhuravlev 2023-08-11 19:33:20 +05:00
parent 6b74f1711f
commit ce184a16bf
22 changed files with 285 additions and 193 deletions

View file

@ -1,4 +1,4 @@
package org.zhdev.util;
package org.zhdev.varioutil.util;
@FunctionalInterface
public interface CheckedFunction<T, R, E extends Exception> {