public class FI extends Object
| Constructor and Description |
|---|
FI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Ja(Pattern regexp,
groovy.lang.Closure body) |
static void |
Ja(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Kun(Pattern regexp,
groovy.lang.Closure body) |
static void |
Kun(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Mutta(Pattern regexp,
groovy.lang.Closure body) |
static void |
Mutta(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Niin(Pattern regexp,
groovy.lang.Closure body) |
static void |
Niin(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Oletetaan(Pattern regexp,
groovy.lang.Closure body) |
static void |
Oletetaan(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
public static void Oletetaan(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Oletetaan(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Kun(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Kun(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Niin(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Niin(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Ja(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Ja(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Mutta(Pattern regexp, groovy.lang.Closure body) throws Throwable
ThrowableCopyright © 2017. All Rights Reserved.