T - the data typepublic interface TreeBinder<T>
Trees of a given form.| Modifier and Type | Method and Description |
|---|---|
Tree |
bind(T data)
Binds an instance of the data to a tree.
|
T |
bind(Tree tree)
Binds a tree to an instance of the data.
|
BinderInfo |
info()
Returns descriptive information about the binder
|
BinderInfo info()
Tree bind(T data) throws Exception
data - the dataExceptionCopyright © 2017. All Rights Reserved.