Class JStruct


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

      Constructors 
      Constructor Description
      JStruct()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Struct create​(Parameter<?>... data)
      Create a new Struct instance when a parameter is added or removed
      static Struct create​(java.util.Set<Parameter<?>> data)
      Create a new Struct instance when a parameter is added or removed
      static 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
    • Constructor Detail

      • JStruct

        public JStruct()
    • Method Detail

      • create

        public static 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 static 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 static 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