Condition

fun interface Condition<in T>(source)

根据提供的 T 判断其是否符合某种“条件”。

Functions

Link copied to clipboard
abstract operator fun invoke(value: T): Boolean

Check the value.