Interface ContextDataLookupFunction<F extends BaseContext,T>

Type Parameters:
F - type of the context from which data will be extracted
T - type of data returned by the function
All Superinterfaces:
Function<F,T>
All Known Implementing Classes:
ChildContextLookup, MessageContextLookup, MessageLookup, ParentContextLookup, RecursiveTypedParentContextLookup, RootContextLookup

public interface ContextDataLookupFunction<F extends BaseContext,T> extends Function<F,T>
A Function that is used to navigate a BaseContext tree and extract data from it.