PredicateOp

interface PredicateOp

Predicate operations supported by the ConfigPredicate.

Inheritors

Functions

Link copied to clipboard
abstract fun <T : Comparable<T>> test(lhs: T, rhs: T): Boolean

Tests two Comparable objects against this predicate.