public interface Form
| Modifier and Type | Interface and Description |
|---|---|
static class |
Form.Factory |
| Modifier and Type | Method and Description |
|---|---|
Func |
apply(FuncInvoker funcInvoker,
Arguments arguments) |
static Description |
describe(String name,
List<Object> body) |
boolean |
isAccessor() |
static Func<Object> |
userFunc(Func<List<Object>> funcBody,
Func<?>... args) |
Copyright © 2017. All rights reserved.