StartContext
- type of starting contextParentContext
- type of the parent contextpublic class ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> extends Object implements ContextDataLookupFunction<StartContext,ParentContext>
ContextDataLookupFunction
that gets the parent of a given context.Constructor and Description |
---|
ParentContextLookup() |
Modifier and Type | Method and Description |
---|---|
ParentContext |
apply(StartContext input) |
@Nullable public ParentContext apply(@Nullable StartContext input)
apply
in interface com.google.common.base.Function<StartContext extends BaseContext,ParentContext extends BaseContext>
Copyright © 2016. All rights reserved.