Interface ContextAwareFunction<T,R>

All Superinterfaces:
ContextHolder, Function<T,R>

@UnstableApi public interface ContextAwareFunction<T,R> extends Function<T,R>, ContextHolder
A delegating Function that makes sure an underlying Function is executed within the RequestContext.