Class Choice$

  • All Implemented Interfaces:
    java.io.Serializable

    public class Choice$
    extends java.lang.Object
    implements java.io.Serializable
    Provides implicit conversion from String to Choice
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      Choice$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Choice toChoice​(java.lang.String name)
      Create a Choice from given 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 Choice$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Choice$

        public Choice$()
    • Method Detail

      • toChoice

        public Choice toChoice​(java.lang.String name)
        Create a Choice from given name

        Parameters:
        name - represents the name of the Choice
        Returns:
        an instance of Choice