gatling-kt-ext
gatling-kt-ext
/
com.github.phisgr.gatling.kt
/
then
then
fun
<
T
:
StructureBuilder
<
T
,
*
>
>
DoIf.Then
<
T
>
.
then
(
action
:
MutableBuilder
.
(
)
->
Unit
)
:
T
Content copied to clipboard
fun
<
T
:
StructureBuilder
<
T
,
*
>
>
DoIfEquals.Then
<
T
>
.
then
(
action
:
MutableBuilder
.
(
)
->
Unit
)
:
T
Content copied to clipboard
fun
<
T
:
StructureBuilder
<
T
,
*
>
>
DoIfEqualsOrElse.Then
<
T
>
.
then
(
action
:
MutableBuilder
.
(
)
->
Unit
)
:
DoIfEqualsOrElse.OrElse
<
T
>
Content copied to clipboard
fun
<
T
:
StructureBuilder
<
T
,
*
>
>
DoIfOrElse.Then
<
T
>
.
then
(
action
:
MutableBuilder
.
(
)
->
Unit
)
:
DoIfOrElse.OrElse
<
T
>
Content copied to clipboard