Package com.stuypulse.stuylib.util
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.
-
Method Summary
-
Method Details
-
make
-
invert
-
to
-
from
-