T - the type of the callback parameterpublic interface Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
call(T t)
Implementation of the callback
|
void call(T t)
t - the resulted callback parameterCopyright © 2017. All rights reserved.