public class StackClosureContext<VariantType> extends AbstractClosureContext<Stack<VariantType>> implements ClosureContext<VariantType>
| Constructor and Description |
|---|
StackClosureContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(VariantType var,
CallableClosure callable) |
VariantType |
get() |
VariantType |
get(VariantType defaultValue) |
Object |
run(VariantType variant,
Closure runnable)
Deprecated.
|
$getVariant, closureRun, closureRunpublic VariantType get()
get in interface ClosureContext<VariantType>public VariantType get(VariantType defaultValue)
get in interface ClosureContext<VariantType>@Deprecated public Object run(VariantType variant, Closure runnable)
run in interface ClosureContext<VariantType>public Object call(VariantType var, CallableClosure callable) throws Throwable
call in interface ClosureContext<VariantType>ThrowableCopyright © 2018. All rights reserved.