Class Result$

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      Result$()  
    • Method Summary

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

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

      • MODULE$

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

      • Result$

        public Result$()
    • Method Detail

      • emptyResult

        public Result emptyResult()
      • apply

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

        Parameters:
        paramSet - a Set of parameters (keys with values)
        Returns:
        a Result instance with provided paramSet
      • apply

        public Result apply​(scala.collection.immutable.Seq<Parameter<?>> params)
        A helper method to create Result instance

        Parameters:
        params - an optional list of parameters (keys with values)
        Returns:
        a Result instance with provided paramSet