DerivativeGauge   DerivativeGauge 
Compiled from "DerivativeGauge.java" Compiled from "DerivativeGauge.java"
public abstract class com.codahale.metrics.DerivativeGauge<F, T> implements public abstract class io.dropwizard.metrics5.DerivativeGauge<F, T> implemen
com.codahale.metrics.Gauge<T> { ts io.dropwizard.metrics5.Gauge<T> {
protected com.codahale.metrics.DerivativeGauge(com.codahale.metrics.Gauge protected io.dropwizard.metrics5.DerivativeGauge(io.dropwizard.metrics5.G
<F>); auge<F>);
public T getValue(); public T getValue();
protected abstract T transform(F); protected abstract T transform(F);
} }
 End of changes. 1 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/