Skip to content

This is utility for RxJava. This source was originally part of Ndroid. I separated the part that could only exist in Java.

Notifications You must be signed in to change notification settings

skaengus2012/N-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

N-java

This is utility for RxJava. This source was originally part of Ndroid. I separated the part that could only exist in Java.
This library support Java7 and that used RxJava2.

You can find module in Support Function index : [https://github.com/skaengus2012/N-java#support-function]

Getting started

Gradle Project

STEP1 : Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

STEP2 : Add the dependency:

dependencies {
    compile 'com.github.skaengus2012:N-java:v0.5.0-beta'
}

Maven Project

Add it your pom.xml at your project.

<repositories>
   <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
   </repository>
</repositories>

<dependency>
   <groupId>com.github.skaengus2012</groupId>
   <artifactId>N-java</artifactId>
   <version>v0.5.0-beta</version>
</dependency>

Support Function

1. Lambda combination : https://github.com/skaengus2012/N-java/wiki/N-java-v0.2-wiki#lambda-combination
2. MaybeUtil : https://github.com/skaengus2012/N-java/wiki/N-java-v0.2-wiki#maybeutil
3. TimeUtil & TimeBuilder : https://github.com/skaengus2012/N-java/wiki/N-java-v0.2-wiki#timeutil--timebuilder
4. CheckUtil : https://github.com/skaengus2012/N-java/wiki/N-java-v0.2-wiki#checkutil
5. Between : https://github.com/skaengus2012/N-java/wiki/N-java-v0.2-wiki#between

About

This is utility for RxJava. This source was originally part of Ndroid. I separated the part that could only exist in Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages