doc / ch.tutteli.atrium.logic / PairAssertions

PairAssertions

interface PairAssertions (source)

Collection of assertion functions and builders which are applicable to subjects with a Pair type.

Functions

first

abstract fun <K, T : Pair<K, *>> first(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<T, K>

second

abstract fun <V, T : Pair<*, V>> second(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<T, V>

Inheritors

DefaultPairAssertions

class DefaultPairAssertions : PairAssertions