public static interface FuturesExtra.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
void accept(T t)
t - the input argumentCopyright © 2015 Spotify AB. All Rights Reserved.