Package org.opentcs.components.kernel
Interface Query<T>
- Type Parameters:
T
- The result type.
public interface Query<T>
Marks a query (parameter) object.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Query.Void
A convenience class to be used as the result type for queries that do not return any result.