T
- type of the extracted valuepublic abstract class ValueCallback<T> extends Object
ValueExtractor
Constructor and Description |
---|
ValueCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onResult(T value)
Notifies about a value passed as an argument
|
public abstract void onResult(T value)
value
- value to be notified aboutCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.