RxJava Window If Changed (Kotlin Extensions)

An RxJava transformer which combines replay(1), publish(), and refCount() operators.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.jakewharton.rx
ArtifactId

ArtifactId

window-if-changed-kotlin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

RxJava Window If Changed (Kotlin Extensions)
An RxJava transformer which combines replay(1), publish(), and refCount() operators.

Download window-if-changed-kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-kotlin/ -->
<dependency>
    <groupId>com.jakewharton.rx</groupId>
    <artifactId>window-if-changed-kotlin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-kotlin/
implementation 'com.jakewharton.rx:window-if-changed-kotlin:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-kotlin/
implementation ("com.jakewharton.rx:window-if-changed-kotlin:1.0.0")
'com.jakewharton.rx:window-if-changed-kotlin:jar:1.0.0'
<dependency org="com.jakewharton.rx" name="window-if-changed-kotlin" rev="1.0.0">
  <artifact name="window-if-changed-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx', module='window-if-changed-kotlin', version='1.0.0')
)
libraryDependencies += "com.jakewharton.rx" % "window-if-changed-kotlin" % "1.0.0"
[com.jakewharton.rx/window-if-changed-kotlin "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.jakewharton.rx : window-if-changed jar 1.0.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0