Functions used to navigate and lookup data
from a tree of BaseContexts.See: Description
| Interface | Description |
|---|---|
| ContextDataLookupFunction<F extends BaseContext,T> |
A
Function that is used to navigate a BaseContext tree and extract data from it. |
| Class | Description |
|---|---|
| ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext> |
A
ContextDataLookupFunction that gets the child context of a given parent context. |
| MessageLookup<T> |
A
ContextDataLookupFunction that returns the message from a MessageContext. |
| ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> |
A
ContextDataLookupFunction that gets the parent of a given context. |
| RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> |
A
ContextDataLookupFunction that gets the root of context tree. |
Functions used to navigate and lookup data
from a tree of BaseContexts.Copyright © 1999–2015. All rights reserved.