Class Struct$

  • All Implemented Interfaces:
    java.io.Serializable

    public class Struct$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      Struct$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Struct apply​(scala.collection.immutable.Set<Parameter<?>> paramSet)
      A helper method to create Struct from given paramSet
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Struct$

        public Struct$()
    • Method Detail

      • apply

        public Struct apply​(scala.collection.immutable.Set<Parameter<?>> paramSet)
        A helper method to create Struct from given paramSet

        Parameters:
        paramSet - a set of parameters
        Returns:
        an instance of Struct