public class EL extends Object
| Constructor and Description |
|---|
EL() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Όταν(Pattern regexp,
groovy.lang.Closure body) |
static void |
Όταν(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Αλλά(Pattern regexp,
groovy.lang.Closure body) |
static void |
Αλλά(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Δεδομένου(Pattern regexp,
groovy.lang.Closure body) |
static void |
Δεδομένου(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Και(Pattern regexp,
groovy.lang.Closure body) |
static void |
Και(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
static void |
Τότε(Pattern regexp,
groovy.lang.Closure body) |
static void |
Τότε(Pattern regexp,
long timeoutMillis,
groovy.lang.Closure body) |
public static void Δεδομένου(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Δεδομένου(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Όταν(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Όταν(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Τότε(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Τότε(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Και(Pattern regexp, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Και(Pattern regexp, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Αλλά(Pattern regexp, groovy.lang.Closure body) throws Throwable
ThrowableCopyright © 2017. All Rights Reserved.