toggle menu
Atrium
1.2.0
common
switch theme
search in API
atrium-logic
/
ch.tutteli.atrium.logic
/
PairAssertions
Pair
Assertions
interface
PairAssertions
(
source
)
Collection of assertion functions and builders which are applicable to subjects with a
Pair
type.
Inheritors
DefaultPairAssertions
Members
Functions
first
Link copied to clipboard
abstract
fun
<
K
,
T
:
Pair
<
K
,
*
>
>
first
(
container
:
AssertionContainer
<
T
>
)
:
FeatureExtractorBuilder.ExecutionStep
<
T
,
K
>
second
Link copied to clipboard
abstract
fun
<
V
,
T
:
Pair
<
*
,
V
>
>
second
(
container
:
AssertionContainer
<
T
>
)
:
FeatureExtractorBuilder.ExecutionStep
<
T
,
V
>