Skip to content

Instantly share code, notes, and snippets.

View codyrioux's full-sized avatar

Cody Rioux codyrioux

View GitHub Profile
@neerajrj
neerajrj / eventimerx.java
Created September 2, 2016 16:14
Eventtime using rx
package com.netflix.mantis.samples;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import rx.Observable;
public class EventTime {