| Package | Description |
|---|---|
| com.github.dakusui.scriptiveunit.model.func | |
| com.github.dakusui.scriptiveunit.model.statement |
| Modifier and Type | Class and Description |
|---|---|
static class |
FuncInvoker.Impl |
| Modifier and Type | Method and Description |
|---|---|
static FuncInvoker |
FuncInvoker.create() |
static FuncInvoker |
FuncInvoker.create(Map<List<Object>,Object> memo) |
| Modifier and Type | Method and Description |
|---|---|
Func |
Func.Factory.create(FuncInvoker invoker,
ObjectMethod objectMethod,
Object[] args) |
<T> Func<T> |
Func.Factory.createConst(FuncInvoker invoker,
T value) |
Object |
FuncHandler.handle(FuncInvoker invoker,
Func target,
Stage stage,
String alias) |
<T> T |
FuncHandler.handleConst(FuncInvoker invoker,
T value) |
| Modifier and Type | Method and Description |
|---|---|
Func |
Form.apply(FuncInvoker funcInvoker,
Arguments arguments) |
Func |
Statement.compile(FuncInvoker invoker) |
Copyright © 2017. All rights reserved.