Class Keys$


  • public class Keys$
    extends java.lang.Object
    A helper class providing predefined parameter Keys
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Keys$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Keys$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Key<java.lang.String> CancelKey()
      Represents a StringKey with cancelKey as key name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Keys$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Keys$

        public Keys$()
    • Method Detail

      • CancelKey

        public Key<java.lang.String> CancelKey()
        Represents a StringKey with cancelKey as key name
        Returns:
        (undocumented)