Package cn.toutatis.xvoid.toolkit.clazz
Interface XFunc
-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.function.Function
@FunctionalInterface() public interface XFunc<T extends Object, R extends Object> implements Function<T, R>, Serializable
Toutatis_Gc