- checkNotNull(Object, String) - Static method in class com.github.pwittchen.reactivenetwork.library.Preconditions
-
Validation method, which checks if an object is null
- checkNotNullOrEmpty(String, String) - Static method in class com.github.pwittchen.reactivenetwork.library.Preconditions
-
Validation method, which checks if a string is null or empty
- checkPositive(int, String) - Static method in class com.github.pwittchen.reactivenetwork.library.Preconditions
-
Validation method, which checks is an integer number i positie
- com.github.pwittchen.reactivenetwork.library - package com.github.pwittchen.reactivenetwork.library
-
- com.github.pwittchen.reactivenetwork.library.network.observing - package com.github.pwittchen.reactivenetwork.library.network.observing
-
- com.github.pwittchen.reactivenetwork.library.network.observing.strategy - package com.github.pwittchen.reactivenetwork.library.network.observing.strategy
-
- Connectivity - Class in com.github.pwittchen.reactivenetwork.library
-
Connectivity class represents current connectivity, which consists of state, type and name
- create() - Static method in class com.github.pwittchen.reactivenetwork.library.Connectivity
-
- create(Context) - Static method in class com.github.pwittchen.reactivenetwork.library.Connectivity
-
- create(NetworkInfo.State, int, String) - Static method in class com.github.pwittchen.reactivenetwork.library.Connectivity
-
- create() - Static method in class com.github.pwittchen.reactivenetwork.library.ReactiveNetwork
-
Creates a new instance of the ReactiveNetwork class