public interface Callback<T>
void
complete(T t)
handleException(Throwable t)
void complete(T t)
complete
T
t
void handleException(Throwable t)
handleException
Throwable
Copyright © 2017. All rights reserved.