of

@JvmStatic
fun of(disposable: Disposable): Disposable.Once(source)

Returns an instance of Disposable.Once that is not thread-safe.

Throws

IllegalArgumentException

if disposable is an instance of Once or noOp


@JvmStatic
fun of(concurrent: Boolean, disposable: Disposable): Disposable.Once(source)

Returns an instance of Disposable.Once.

Parameters

concurrent

true for thread-safe, false not thread-safe

Throws

IllegalArgumentException

if disposable is an instance of Once or noOp