public interface Lu
extends cucumber.runtime.java8.LambdaGlueBase
The parameters extracted from the step by the expression along with the data table or doc string argument are provided as arguments to the lambda expression.
The types of the parameters are determined by the cucumber or regular expression.
The type of the data table or doc string argument is determined by the argument name value. When none is provided cucumber will attempt to transform the data table or doc string to the the type of last argument.
Modifier and Type | Method and Description |
---|---|
default void |
a(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
a(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
a(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
a(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
a(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
a(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
a(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
a(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
a(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
a(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
a(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
a(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
a(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
a(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
a(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
a(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
a(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
a(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
a(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
a(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
an(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
an(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
an(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
an(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
an(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
an(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
an(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
an(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
an(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
an(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
an(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
an(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
an(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
an(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
an(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
an(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
an(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
an(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
an(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
an(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
awer(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
awer(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
awer(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
awer(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
awer(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
awer(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
awer(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
awer(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
awer(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
awer(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
awer(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
awer(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
awer(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
awer(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
awer(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
awer(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
awer(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
awer(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
awer(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
awer(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
dann(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
dann(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
dann(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
dann(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
dann(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
dann(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
dann(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
dann(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
dann(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
dann(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
dann(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
dann(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
dann(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
dann(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
dann(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
dann(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
dann(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
dann(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
dann(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
dann(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
mä(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
mä(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
mä(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
mä(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
mä(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
mä(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
mä(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
mä(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
mä(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
mä(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
mä(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
mä(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
mä(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
mä(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
mä(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
mä(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
mä(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
mä(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
mä(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
mä(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
ugeholl(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ugeholl(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ugeholl(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ugeholl(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ugeholl(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ugeholl(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ugeholl(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ugeholl(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ugeholl(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
ugeholl(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
ugeholl(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
wann(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
wann(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
wann(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
wann(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
wann(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
wann(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
wann(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
wann(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
wann(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
wann(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
wann(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
wann(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
wann(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
wann(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
wann(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
wann(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
wann(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
wann(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
wann(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
wann(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
After, After, After, After, After, After, After, After, After, After, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, Before, Before, Before, Before, Before, Before, Before, Before, Before, Before, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep
default void a(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void a(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void a(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void a(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void a(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void a(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void a(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void a(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void a(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void a(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void a(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void a(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void a(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void a(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void a(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void a(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void a(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void a(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void a(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void a(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void an(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void an(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void an(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void an(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void an(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void an(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void an(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void an(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void an(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void an(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void an(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void an(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void an(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void an(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void an(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void an(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void an(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void an(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void an(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void an(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void awer(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void awer(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void awer(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void awer(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void awer(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void awer(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void awer(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void awer(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void awer(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void awer(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void awer(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void awer(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void awer(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void awer(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void awer(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void awer(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void awer(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void awer(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void awer(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void awer(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void dann(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void dann(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void dann(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void dann(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void dann(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void dann(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void dann(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void dann(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void dann(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void dann(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void dann(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void dann(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void dann(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void dann(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void dann(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void dann(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void dann(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void dann(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void dann(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void dann(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void mä(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void mä(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void mä(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void mä(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void mä(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void mä(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void mä(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void mä(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void mä(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void mä(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void mä(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void mä(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void mä(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void mä(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void mä(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void mä(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void mä(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void mä(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void mä(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void mä(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void ugeholl(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void ugeholl(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void ugeholl(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void ugeholl(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void ugeholl(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void ugeholl(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void ugeholl(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void ugeholl(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void ugeholl(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void ugeholl(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void ugeholl(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void ugeholl(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void ugeholl(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void ugeholl(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void ugeholl(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void ugeholl(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void ugeholl(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void ugeholl(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void ugeholl(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void ugeholl(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void wann(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void wann(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void wann(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void wann(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void wann(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void wann(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void wann(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void wann(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void wann(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void wann(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void wann(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void wann(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void wann(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void wann(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void wann(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void wann(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void wann(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void wann(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void wann(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void wann(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersCopyright © 2018. All rights reserved.