Package edu.wpi.grip.core.sockets
Interface OutputSocket.Factory
-
- All Known Implementing Classes:
OutputSocketImpl.FactoryImpl
- Enclosing interface:
- OutputSocket<T>
public static interface OutputSocket.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> OutputSocket<T>
create(SocketHint<T> hint)
-
-
-
Method Detail
-
create
<T> OutputSocket<T> create(SocketHint<T> hint)
-
-