Class AngleConverter

All Implemented Interfaces:
Serializable, Function<Angle,Double>, ObjectConverter<Angle,Double>

public final class AngleConverter extends SystemConverter<Angle,Double>
Handles conversions between Angle and Double.

Immutability and thread safety

This class is immutable and thus inherently thread-safe. The same INSTANCE can be passed between threads without synchronization.
Since:
0.3
Version:
0.3
See Also: