Skip to content

Instantly share code, notes, and snippets.

@bsorrentino
bsorrentino / Rx.java
Created July 1, 2016 05:26 — forked from bduisenov/Rx.java
gwt jsinterop for Rx.js
import jsinterop.annotations.JsFunction;
import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsType;
/**
* Created by bduisenov on 15/12/15.
*/
public class Rx {
@FunctionalInterface