DOC

com.github.boxuanjia : rxharmonylife

Maven & Gradle

Dec 29, 2020
8 stars

rxharmonylife · 此项目仿照rxjava-RxLife编写,目的是方便在Harmony上,可以配合生命周期自动销毁Rxjava的管道.

Table Of Contents

Latest Version

Download com.github.boxuanjia : rxharmonylife Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.boxuanjia : rxharmonylife Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file rxharmonylife-1.0.2-javadoc.jar to rxharmonylife-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder rxharmonylife-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "rxharmonylife-1.0.2-sources.jar" -d "rxharmonylife-1.0.2-javadoc" -subpackages 

Advertisement