@JsFunction @FunctionalInterface public interface DataFunction<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataFunction.ResultCallback<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
load(Node<T> node,
DataFunction.ResultCallback<T> callback) |
void load(Node<T> node, DataFunction.ResultCallback<T> callback)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.