Interface Conversion<From,To>


public interface Conversion<From,To>
Represents a conversion from a type to another type.

Useful when wanting to package two related type/unit conversions functions together.