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