Uses of Interface
io.dialob.session.engine.session.AsyncFunctionCall
Packages that use AsyncFunctionCall
-
Uses of AsyncFunctionCall in io.dialob.session.engine.program
Methods in io.dialob.session.engine.program with parameters of type AsyncFunctionCallModifier and TypeMethodDescriptionDialobSessionEvalContext.queueAsyncFunctionCall(AsyncFunctionCall asyncFunctionCall) EvalContext.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 AsyncFunctionCallMethods in io.dialob.session.engine.session with parameters of type AsyncFunctionCallModifier and TypeMethodDescriptionstatic ImmutableAsyncFunctionCallImmutableAsyncFunctionCall.copyOf(AsyncFunctionCall instance) Creates an immutable copy of aAsyncFunctionCallvalue.ImmutableAsyncFunctionCall.Builder.from(AsyncFunctionCall instance) Fill a builder with attribute values from the providedAsyncFunctionCallinstance.