Package org.aoju.bus.core.annotation
Interface Copyable<T>
- Type Parameters:
T- 对象泛型
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
设置返回元素的类型
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
copy
T copy()- Returns:
- 具有相同值的新实例
-