Interface WithDouble

All Superinterfaces:
ContractSupport<Double>, ProviderSupport<Double>, SupportedMethods

public interface WithDouble extends ContractSupport<Double>

Provides an implementation of the provider() method that provides instances of Double. This is a mix-in class that is meant ot be used alongside a Contract class.

Since:
1.0
Author:
evanbergstrom
See Also: