Package com.drake.brv.reflect

Types

TypeList
Link copied to clipboard
class TypeList<T>
存储类型信息的ArrayList

Functions

copyType
Link copied to clipboard
inline fun <T> List<T>.copyType(): TypeList<T>
将集合所有元素复制至TypeList, 可以让集合保留泛型信息, 避免无法判断元素类型