Uses of Interface
io.dialob.session.engine.session.AsyncFunctionCall
-
Packages that use AsyncFunctionCall Package Description io.dialob.session.engine.program io.dialob.session.engine.session -
-
Uses of AsyncFunctionCall in io.dialob.session.engine.program
Methods in io.dialob.session.engine.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) -
Uses of AsyncFunctionCall in io.dialob.session.engine.session
Classes in io.dialob.session.engine.session that implement AsyncFunctionCall Modifier and Type Class Description classImmutableAsyncFunctionCallImmutable implementation ofAsyncFunctionCall.Methods in io.dialob.session.engine.session 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.
-