Skip to content

kotlin extensions, api changes

Latest
Compare
Choose a tag to compare
@MyDogTom MyDogTom released this 26 Oct 12:54
· 3 commits to master since this release

Kotlin extension
Introduced Kotlin extension function test for Observable, Single, Completable and BlockingObservable.
Example: Observable.just("1").test().completed()

API change
Introduced has prefix to make API more natural. List of methods with new name
hasTerminalEvent
hasNoErrors
hasError
hasError
hasNoTerminalEvent
hasNoValues
hasValueCount
hasValues
hasValue
hasValuesAndClear