F
T
public abstract class DerivativeGauge<F,T> extends Object implements Gauge<T>
protected
DerivativeGauge(Gauge<F> base)
getValue()
protected abstract T
transform(F value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected DerivativeGauge(Gauge<F> base)
base
public T getValue()
Gauge
getValue
Gauge<T>
protected abstract T transform(F value)
value
Copyright © 2013. All rights reserved.