T - the type of result after applying this macropublic interface Macro<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(List<Object> values)
Apply the macro to the given values
|
String |
name()
The name of the macro
|
@CheckReturnValue T apply(List<Object> values)
values - Values on which to operate the macro@CheckReturnValue String name()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.