Interface PTask<R,S>

All Superinterfaces:
HasAsyncManager, Task<R,S>
All Known Implementing Classes:
CompletableTask, ExecutableTaskBase, QueueableBase

public interface PTask<R,S> extends Task<R,S>
Task with some methods, that should not be visible to the end user.
See Also: