Value - the type of value the PullMeasure can providepublic interface PullMeasure<Value> extends Measure<Value>
PullMeasure is a Measure from which the Value can
be accessed on demand through the get() method. As such, a
PullMeasure should ensure that its current Value is always
available or generated before to be returned by get().| Modifier and Type | Method and Description |
|---|---|
Value |
get() |
getDescription, getNameCopyright © 2017. All rights reserved.