Class JStruct$


  • public class JStruct$
    extends java.lang.Object
    A helper instance aJava
    • Field Summary

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

      Constructors 
      Constructor Description
      JStruct$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Struct create​(Parameter<?>... data)
      Create a new Struct instance when a parameter is added or removed
      Struct create​(java.util.Set<Parameter<?>> data)
      Create a new Struct instance when a parameter is added or removed
      Struct create​(scala.collection.immutable.Seq<Parameter<?>> data)
      Create a new Struct instance when a parameter is added or removed
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • JStruct$

        public JStruct$()
    • Method Detail

      • create

        public Struct create​(Parameter<?>... data)
        Create a new Struct instance when a parameter is added or removed

        Parameters:
        data - one or more parameters
        Returns:
        a new instance of Struct with provided data
      • create

        public Struct create​(scala.collection.immutable.Seq<Parameter<?>> data)
        Create a new Struct instance when a parameter is added or removed

        Parameters:
        data - one or more parameters
        Returns:
        a new instance of Struct with provided data
      • create

        public Struct create​(java.util.Set<Parameter<?>> data)
        Create a new Struct instance when a parameter is added or removed

        Parameters:
        data - a set of parameters
        Returns:
        a new instance of Struct with provided data