F
- type of the context from which data will be extractedT
- type of data returned by the functionpublic interface ContextDataLookupFunction<F extends BaseContext,T>
extends com.google.common.base.Function<F,T>
Function
that is used to navigate a BaseContext
tree and extract data from it.Copyright © 2016. All rights reserved.