Class Query.Void

java.lang.Object
org.opentcs.components.kernel.Query.Void
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Query<T>

public static class Query.Void
extends java.lang.Object
implements java.io.Serializable
A convenience class to be used as the result type for queries that do not return any result.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Void()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Void

      public Void()