Package edu.wpi.grip.core
Interface Connection.Factory<T>
-
- Enclosing class:
- Connection<T>
public static interface Connection.Factory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection<T>
create(OutputSocket<? extends T> outputSocket, InputSocket<T> inputSocket)
-
-
-
Method Detail
-
create
Connection<T> create(OutputSocket<? extends T> outputSocket, InputSocket<T> inputSocket)
-
-