Uses of Interface
io.dialob.executor.AsyncFunctionCall
-
Packages that use AsyncFunctionCall Package Description io.dialob.executor io.dialob.program -
-
Uses of AsyncFunctionCall in io.dialob.executor
Classes in io.dialob.executor that implement AsyncFunctionCall Modifier and Type Class Description classImmutableAsyncFunctionCallImmutable implementation ofAsyncFunctionCall.Methods in io.dialob.executor with parameters of type AsyncFunctionCall Modifier and Type Method Description static ImmutableAsyncFunctionCallImmutableAsyncFunctionCall. copyOf(AsyncFunctionCall instance)Creates an immutable copy of aAsyncFunctionCallvalue.ImmutableAsyncFunctionCall.BuilderImmutableAsyncFunctionCall.Builder. from(AsyncFunctionCall instance)Fill a builder with attribute values from the providedAsyncFunctionCallinstance. -
Uses of AsyncFunctionCall in io.dialob.program
Methods in io.dialob.program with parameters of type AsyncFunctionCall Modifier and Type Method Description StringDialobSessionEvalContext. queueAsyncFunctionCall(AsyncFunctionCall asyncFunctionCall)StringEvalContext. queueAsyncFunctionCall(AsyncFunctionCall asyncFunctionCall)voidEvalContext.UpdatedItemsVisitor.AsyncFunctionCallVisitor. visitAsyncFunctionCall(AsyncFunctionCall asyncFunctionCall)
-