Status

sealed class Status

Inheritors

Types

Link copied to clipboard

The Subject is active and can accept signals

Link copied to clipboard

The Subject has received onComplete signal and is no longer active

Link copied to clipboard
data class Error(val error: Throwable) : Subject.Status

The Subject has received onError signal and is no longer active

Properties

Link copied to clipboard

Returns true if the Status is Active, false otherwise