interface PairAssertions (source)
Collection of assertion functions and builders which are applicable to subjects with a Pair type.
abstract fun <K, T : Pair<K, *>> first(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<T, K> | 
|
abstract fun <V, T : Pair<*, V>> second(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<T, V> | 
class DefaultPairAssertions : PairAssertions |