Package com.reduxrobotics.frames
Interface LongFrame.LongToType<T>
public static interface LongFrame.LongToType<T>
Functional interface for a function mapping a double data value to the final frame type.
-
Method Summary
-
Method Details
-
convert
Converison function from long to the type parameter.- Parameters:
data
- The long data.- Returns:
- a new object.
-