Interface ContextAwareBiFunction<T,U,R>

All Superinterfaces:
BiFunction<T,U,R>, ContextHolder

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