Last Version

RxJava Window If Changed (Parent) 1.0.0

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

License

License

GroupId

GroupId

com.jakewharton.rx
ArtifactId

ArtifactId

window-if-changed-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

RxJava Window If Changed (Parent)
An RxJava transformer which combines replay(1), publish(), and refCount() operators.
Source Code Management

Source Code Management

http://github.com/JakeWharton/RxWindowIfChanged

Download window-if-changed-parent 1.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • window-if-changed
  • window-if-changed-kotlin