Uses of Interface
com.jackdaw.chatwithnpc.AsyncTask.TaskResult
Packages that use AsyncTask.TaskResult
-
Uses of AsyncTask.TaskResult in com.jackdaw.chatwithnpc
Classes in com.jackdaw.chatwithnpc that implement AsyncTask.TaskResultModifier and TypeClassDescriptionstatic classTask result that does need to continue.Fields in com.jackdaw.chatwithnpc with type parameters of type AsyncTask.TaskResultModifier and TypeFieldDescriptionstatic final ConcurrentLinkedQueue<AsyncTask.TaskResult>AsyncTask.taskQueueMethods in com.jackdaw.chatwithnpc that return AsyncTask.TaskResultModifier and TypeMethodDescription@NotNull AsyncTask.TaskResultAsyncTask.Task.execute()Execute the task and return the result.static @NotNull AsyncTask.TaskResultAsyncTask.nothingToDo()Create a task result that does need to continue.static AsyncTask.TaskResultAsyncTask.pollTaskQueue()Poll the task queue. -
Uses of AsyncTask.TaskResult in com.jackdaw.chatwithnpc.openaiapi
Classes in com.jackdaw.chatwithnpc.openaiapi that implement AsyncTask.TaskResultModifier and TypeClassDescriptionstatic classRepresents the result of a Run request.