public interface Handler<T>
static Handler<Object>
DO_NOTHING
static Handler<Throwable>
PROPAGATE
void
handle(T x)
static final Handler<Object> DO_NOTHING
static final Handler<Throwable> PROPAGATE
void handle(T x)
Copyright © 2015. All rights reserved.