Class DisposeOnCancel

java.lang.Object
io.reactivex.rxjava3.internal.schedulers.DisposeOnCancel
All Implemented Interfaces:
Future<Object>

final class DisposeOnCancel extends Object implements Future<Object>
Implements the Future interface and calls dispose() on cancel() but the other methods are not implemented.