Class DerivedScalar.Fallback<Q extends javax.measure.Quantity<Q>>

Type Parameters:
Q - the type of quantity implemented by this scalar.
All Implemented Interfaces:
Serializable, Comparable<Q>, InvocationHandler, javax.measure.Quantity<Q>
Enclosing class:
DerivedScalar<Q extends javax.measure.Quantity<Q>>

static final class DerivedScalar.Fallback<Q extends javax.measure.Quantity<Q>> extends DerivedScalar<Q> implements InvocationHandler
Fallback used when no DerivedScalar implementation is available for a given quantity type. This is basically a copy of ScalarFallback implementation adapted to DerivedScalar.