T
- the Future
's input typepublic interface Consumer<T>
Future
s by supplying
it to: Future.andThenConsume(Consumer)
and Future.thenConsume(Consumer)
Modifier and Type | Method and Description |
---|---|
void |
consume(T value)
Performs this operation on the given argument.
|
Copyright © 2020. All rights reserved.