Package edu.wpi.grip.ui.pipeline.input
Interface SelectInputSocketController.Factory<T>
-
- Enclosing class:
- SelectInputSocketController<T>
public static interface SelectInputSocketController.Factory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectInputSocketController<T>
create(InputSocket<T> socket)
-
-
-
Method Detail
-
create
SelectInputSocketController<T> create(InputSocket<T> socket)
-
-