Skip to content

Instantly share code, notes, and snippets.

View dano's full-sized avatar

Dan O'Reilly dano

  • Dell Technologies
  • Massachusetts
View GitHub Profile
@dano
dano / StateMachine.java
Created March 3, 2016 18:57 — forked from elandau/StateMachine
Rx based state machine
package com.netflix.experiments.rx;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import rx.Observable;
import rx.Observable.OnSubscribe;