test

fun test(lhs: String, rhs: String): Boolean

Tests two objects against this predicate.


open override fun <T : Comparable<T>> test(lhs: T, rhs: T): Boolean

Tests two objects against this predicate, converting them into String if necessary.