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 |
Όταν(String expression,
groovy.lang.Closure body) |
static void |
Όταν(String expression,
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 |
Αλλά(String expression,
groovy.lang.Closure body) |
static void |
Αλλά(String expression,
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 |
Δεδομένου(String expression,
groovy.lang.Closure body) |
static void |
Δεδομένου(String expression,
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 |
Και(String expression,
groovy.lang.Closure body) |
static void |
Και(String expression,
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 |
Τότε(String expression,
groovy.lang.Closure body) |
static void |
Τότε(String expression,
long timeoutMillis,
groovy.lang.Closure body) |
public static void Δεδομένου(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Δεδομένου(String expression, 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 Όταν(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Όταν(String expression, 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 Τότε(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Τότε(String expression, 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 Και(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Και(String expression, 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 Αλλά(String expression, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Αλλά(String expression, long timeoutMillis, groovy.lang.Closure body) throws Throwable
Throwablepublic static void Αλλά(Pattern regexp, groovy.lang.Closure body) throws Throwable
ThrowableCopyright © 2019. All rights reserved.