Function
s used to navigate and lookup data
from a tree of BaseContext
s.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. |
Function
s used to navigate and lookup data
from a tree of BaseContext
s.Copyright © 2018. All rights reserved.