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