public interface Callback<T>
Function Result that carries one value.
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable value) |
void |
onSuccess(T value) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.