Results

interface Results<T : Result>

表示结果集合的接口

Author

M8Test, contact@m8test.com, https://m8test.com

Functions

Link copied to clipboard
abstract fun getAll(): List<T>

获取集合中的所有结果.

Link copied to clipboard
abstract fun getBest(): T?

获取相似度最高的匹配结果