public interface FuncInvoker
| Modifier and Type | Interface and Description |
|---|---|
static class |
FuncInvoker.Impl |
static class |
FuncInvoker.Writer |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static FuncInvoker |
create() |
static FuncInvoker |
create(Map<List<Object>,Object> memo) |
static Map<List<Object>,Object> |
createMemo() |
<T> T |
invokeConst(Object value) |
Object |
invokeFunc(Func target,
Stage stage,
String alias) |
<T> T invokeConst(Object value)
String asString()
static FuncInvoker create(Map<List<Object>,Object> memo)
static FuncInvoker create()
Copyright © 2017. All rights reserved.