public class OverridingContext extends ForwardingEvalContext
EvalContext that may return a value without calling the processFn or evaluating its
dependencies.EvalContext.Promise<T>, EvalContext.Value<T>delegate| Modifier and Type | Method and Description |
|---|---|
static EvalContext |
composeWith(EvalContext baseContext,
Logging logging) |
<T> EvalContext.Value<T> |
evaluateInternal(Task<T> task,
EvalContext context) |
immediateValue, invokeProcessFn, promise, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasync, currentTask, evaluate, syncpublic static EvalContext composeWith(EvalContext baseContext, Logging logging)
public <T> EvalContext.Value<T> evaluateInternal(Task<T> task, EvalContext context)
evaluateInternal in interface EvalContextevaluateInternal in class ForwardingEvalContextCopyright © 2018. All rights reserved.