Package csw.params.commands
Class Result$
java.lang.Object
csw.params.commands.Result$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Result$
public Result$()
-
-
Method Details
-
emptyResult
-
apply
A helper method to create Result instance- Parameters:
paramSet
- a Set of parameters (keys with values)- Returns:
- a Result instance with provided paramSet
-
apply
A helper method to create Result instance- Parameters:
params
- an optional list of parameters (keys with values)- Returns:
- a Result instance with provided paramSet
-