RxAgera


Лицензия

Лицензия

Группа

Группа

com.github.akarnokd
Идентификатор

Идентификатор

rxagera
Последняя версия

Последняя версия

0.9.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

RxAgera
RxAgera
Ссылка на сайт

Ссылка на сайт

https://github.com/akarnokd/RxAgera
Система контроля версий

Система контроля версий

https://github.com/akarnokd/RxAgera

Скачать rxagera

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.akarnokd/rxagera/ -->
<dependency>
    <groupId>com.github.akarnokd</groupId>
    <artifactId>rxagera</artifactId>
    <version>0.9.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akarnokd/rxagera/
implementation 'com.github.akarnokd:rxagera:0.9.1'
// https://jarcasting.com/artifacts/com.github.akarnokd/rxagera/
implementation ("com.github.akarnokd:rxagera:0.9.1")
'com.github.akarnokd:rxagera:aar:0.9.1'
<dependency org="com.github.akarnokd" name="rxagera" rev="0.9.1">
  <artifact name="rxagera" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.akarnokd', module='rxagera', version='0.9.1')
)
libraryDependencies += "com.github.akarnokd" % "rxagera" % "0.9.1"
[com.github.akarnokd/rxagera "0.9.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.reactivex : rxjava jar 1.1.3
com.google.android.agera » agera jar 1.0.0-RC1
com.android.support » support-annotations jar 23.0.3

Модули Проекта

Данный проект не имеет модулей.

RxAgera

Convert between RxJava and Agera reactive base types

Dependency

compile 'com.github.akarnokd:rxagera:0.9.1'

Build status

Usage

import static hu.akarnokd.rxagera.RxAgeraConverter.*;

import com.google.android.agera.*;

// .........

Observable o = toAgeraObservable(rx.Observable.just("Hello World!"));

o.addUpdatable(() -> System.out.println("Something happened!"));

// ;;;;;;

UpdateDispatcher ud = Observables.updateDispatcher();

rx.Observable rx = toRxObservable(ud);

rx.subscribe(() -> System.out.println("Something happened!"));

ud.update();

Версии библиотеки

Версия
0.9.1
0.9.0