public interface Callback<T>
Function Result that carries one value.
void
onFailure(java.lang.Throwable value)
onSuccess(T value)
void onSuccess(T value)
void onFailure(java.lang.Throwable value)
Copyright © 2010-2016 FuseSource, Corp.. All Rights Reserved.