public interface

Cancellable

io.reactivex.functions.Cancellable

Class Overview

A functional interface that has a single cancel method that can throw.

Summary

Public Methods
abstract void cancel()
Cancel the action or free a resource.

Public Methods

public abstract void cancel ()

Cancel the action or free a resource.

Throws
Exception on error