toggle menu
Atrium
1.2.0
common
switch theme
search in API
atrium-logic
/
ch.tutteli.atrium.logic.impl
/
DefaultMapEntryAssertions
Default
Map
Entry
Assertions
class
DefaultMapEntryAssertions
:
MapEntryAssertions
(
source
)
Members
Constructors
Default
Map
Entry
Assertions
Link copied to clipboard
constructor
(
)
Functions
is
Key
Value
Link copied to clipboard
open
override
fun
<
K
,
V
,
T
:
Map.Entry
<
K
,
V
>
>
isKeyValue
(
container
:
AssertionContainer
<
T
>
,
key
:
K
,
value
:
V
)
:
Assertion
key
Link copied to clipboard
open
override
fun
<
K
,
T
:
Map.Entry
<
K
,
*
>
>
key
(
container
:
AssertionContainer
<
T
>
)
:
FeatureExtractorBuilder.ExecutionStep
<
T
,
K
>
value
Link copied to clipboard
open
override
fun
<
V
,
T
:
Map.Entry
<
*
,
V
>
>
value
(
container
:
AssertionContainer
<
T
>
)
:
FeatureExtractorBuilder.ExecutionStep
<
T
,
V
>