mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20:25:52 +00:00
Apply spotless
Fixes error running tests by using `mvn spotless:apply` in the backend directory
This commit is contained in:
parent
2ea493917f
commit
932d41e2e0
3 changed files with 194 additions and 194 deletions
|
@ -66,7 +66,7 @@
|
||||||
</Equal>
|
</Equal>
|
||||||
</When>
|
</When>
|
||||||
<Then>
|
<Then>
|
||||||
<True />
|
<True />
|
||||||
</Then>
|
</Then>
|
||||||
</Case>
|
</Case>
|
||||||
<Case>
|
<Case>
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
</Equal>
|
</Equal>
|
||||||
</When>
|
</When>
|
||||||
<Then>
|
<Then>
|
||||||
<False />
|
<False />
|
||||||
</Then>
|
</Then>
|
||||||
</Case>
|
</Case>
|
||||||
<Case>
|
<Case>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
</Equal>
|
</Equal>
|
||||||
</When>
|
</When>
|
||||||
<Then>
|
<Then>
|
||||||
<True />
|
<True />
|
||||||
</Then>
|
</Then>
|
||||||
</Case>
|
</Case>
|
||||||
<Case>
|
<Case>
|
||||||
|
|
|
@ -1593,9 +1593,6 @@ $c_Lgov_irs_factgraph_FactDictionary.prototype.addMeta__Lgov_irs_factgraph_defin
|
||||||
};
|
};
|
||||||
this.Lgov_irs_factgraph_FactDictionary__f_meta = metaConfigTrait
|
this.Lgov_irs_factgraph_FactDictionary__f_meta = metaConfigTrait
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_FactDictionary.prototype.getMeta = (function() {
|
|
||||||
return this.Lgov_irs_factgraph_FactDictionary__f_meta
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_FactDictionary.prototype.getOptionsPathForEnum = (function(arg) {
|
$c_Lgov_irs_factgraph_FactDictionary.prototype.getOptionsPathForEnum = (function(arg) {
|
||||||
var prep0 = $as_T(arg);
|
var prep0 = $as_T(arg);
|
||||||
return this.getOptionsPathForEnum__T__s_Option(prep0)
|
return this.getOptionsPathForEnum__T__s_Option(prep0)
|
||||||
|
@ -1604,6 +1601,9 @@ $c_Lgov_irs_factgraph_FactDictionary.prototype.getDefinition = (function(arg) {
|
||||||
var prep0 = $as_T(arg);
|
var prep0 = $as_T(arg);
|
||||||
return this.apply__T__Lgov_irs_factgraph_FactDefinition(prep0)
|
return this.apply__T__Lgov_irs_factgraph_FactDefinition(prep0)
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_FactDictionary.prototype.getMeta = (function() {
|
||||||
|
return this.Lgov_irs_factgraph_FactDictionary__f_meta
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_FactDictionary(obj) {
|
function $as_Lgov_irs_factgraph_FactDictionary(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_FactDictionary) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.FactDictionary"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_FactDictionary) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.FactDictionary"))
|
||||||
}
|
}
|
||||||
|
@ -1857,6 +1857,18 @@ $c_Lgov_irs_factgraph_Graph.prototype.getCollectionPaths__T__sci_Seq = (function
|
||||||
var this$4 = $n(paths);
|
var this$4 = $n(paths);
|
||||||
return this$4
|
return this$4
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_Graph.prototype.getVect = (function(arg) {
|
||||||
|
var prep0 = $as_T(arg);
|
||||||
|
return this.getVect__T__Lgov_irs_factgraph_monads_MaybeVector(prep0)
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_Graph.prototype.getVectWithPath = (function(arg) {
|
||||||
|
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
||||||
|
return this.getVect__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_MaybeVector(prep0)
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_Graph.prototype.deleteWithPath = (function(arg) {
|
||||||
|
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
||||||
|
this.delete__Lgov_irs_factgraph_Path__V(prep0)
|
||||||
|
});
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.getDictionary = (function() {
|
$c_Lgov_irs_factgraph_Graph.prototype.getDictionary = (function() {
|
||||||
return this.Lgov_irs_factgraph_JSGraph__f_dictionary
|
return this.Lgov_irs_factgraph_JSGraph__f_dictionary
|
||||||
});
|
});
|
||||||
|
@ -1868,38 +1880,26 @@ $c_Lgov_irs_factgraph_Graph.prototype.explain = (function(arg) {
|
||||||
var prep0 = $as_T(arg);
|
var prep0 = $as_T(arg);
|
||||||
return this.explain__T__Lgov_irs_factgraph_Explanation(prep0)
|
return this.explain__T__Lgov_irs_factgraph_Explanation(prep0)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.deleteWithPath = (function(arg) {
|
|
||||||
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
|
||||||
this.delete__Lgov_irs_factgraph_Path__V(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.setWithPath = (function(arg, arg$2) {
|
$c_Lgov_irs_factgraph_Graph.prototype.setWithPath = (function(arg, arg$2) {
|
||||||
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
||||||
this.set__Lgov_irs_factgraph_Path__O__V(prep0, arg$2)
|
this.set__Lgov_irs_factgraph_Path__O__V(prep0, arg$2)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.getVect = (function(arg) {
|
|
||||||
var prep0 = $as_T(arg);
|
|
||||||
return this.getVect__T__Lgov_irs_factgraph_monads_MaybeVector(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.getVectWithPath = (function(arg) {
|
|
||||||
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
|
||||||
return this.getVect__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_MaybeVector(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.get = (function(arg) {
|
|
||||||
var prep0 = $as_T(arg);
|
|
||||||
return this.get__T__Lgov_irs_factgraph_monads_Result(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.explainWithPath = (function(arg) {
|
|
||||||
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
|
||||||
return this.explain__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_Explanation(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.set = (function(arg, arg$2) {
|
$c_Lgov_irs_factgraph_Graph.prototype.set = (function(arg, arg$2) {
|
||||||
var prep0 = $as_T(arg);
|
var prep0 = $as_T(arg);
|
||||||
this.set__T__O__V(prep0, arg$2)
|
this.set__T__O__V(prep0, arg$2)
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_Graph.prototype.get = (function(arg) {
|
||||||
|
var prep0 = $as_T(arg);
|
||||||
|
return this.get__T__Lgov_irs_factgraph_monads_Result(prep0)
|
||||||
|
});
|
||||||
$c_Lgov_irs_factgraph_Graph.prototype.getWithPath = (function(arg) {
|
$c_Lgov_irs_factgraph_Graph.prototype.getWithPath = (function(arg) {
|
||||||
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
||||||
return this.get__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_Result(prep0)
|
return this.get__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_Result(prep0)
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_Graph.prototype.explainWithPath = (function(arg) {
|
||||||
|
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
|
||||||
|
return this.explain__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_Explanation(prep0)
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_Graph(obj) {
|
function $as_Lgov_irs_factgraph_Graph(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_Graph) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Graph"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_Graph) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Graph"))
|
||||||
}
|
}
|
||||||
|
@ -20719,15 +20719,9 @@ $c_Lgov_irs_factgraph_Fact.prototype.apply__Lgov_irs_factgraph_PathItem__Lgov_ir
|
||||||
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
|
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
|
||||||
return $p_Lgov_irs_factgraph_Fact__apply__sci_List__Z__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems), true)
|
return $p_Lgov_irs_factgraph_Fact__apply__sci_List__Z__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems), true)
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "value", {
|
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "meta", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_Fact__f_value
|
return this.Lgov_irs_factgraph_Fact__f_meta
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "limits", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.Lgov_irs_factgraph_Fact__f_limits
|
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -20737,6 +20731,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "graph", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "limits", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_Fact__f_limits
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "parent", {
|
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "parent", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_Fact__f_parent
|
return this.Lgov_irs_factgraph_Fact__f_parent
|
||||||
|
@ -20749,9 +20749,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "path", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "meta", {
|
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "value", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_Fact__f_meta
|
return this.Lgov_irs_factgraph_Fact__f_value
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -21152,15 +21152,15 @@ $c_Lgov_irs_factgraph_FactDefinition.prototype.apply__Lgov_irs_factgraph_PathIte
|
||||||
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
|
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
|
||||||
return $p_Lgov_irs_factgraph_FactDefinition__apply__sci_List__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems))
|
return $p_Lgov_irs_factgraph_FactDefinition__apply__sci_List__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems))
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "abstractPath", {
|
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "meta", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_FactDefinition__f_path
|
return this.meta__Lgov_irs_factgraph_Factual$Meta()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "value", {
|
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "abstractPath", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.value__Lgov_irs_factgraph_compnodes_CompNode()
|
return this.Lgov_irs_factgraph_FactDefinition__f_path
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -21170,9 +21170,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "limits",
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "meta", {
|
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "value", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.meta__Lgov_irs_factgraph_Factual$Meta()
|
return this.value__Lgov_irs_factgraph_compnodes_CompNode()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -21323,11 +21323,13 @@ $c_Lgov_irs_factgraph_JSGraph.prototype.jsCheckPersister__sjs_js_Array = (functi
|
||||||
}))));
|
}))));
|
||||||
return $m_sjs_js_JSConverters$JSRichIterableOnce$().toJSArray$extension__sc_IterableOnce__sjs_js_Array(col)
|
return $m_sjs_js_JSConverters$JSRichIterableOnce$().toJSArray$extension__sc_IterableOnce__sjs_js_Array(col)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.toStringDictionary = (function() {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.explainAndSolve = (function(arg) {
|
||||||
return this.toStringDictionary__sjs_js_Dictionary()
|
var prep0 = $as_T(arg);
|
||||||
|
return this.explainAndSolve__T__sjs_js_Array(prep0)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.jsSave = (function() {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.toJson = (function(...rest) {
|
||||||
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
|
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
|
||||||
|
return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.toJSON = (function(...rest) {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.toJSON = (function(...rest) {
|
||||||
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
|
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
|
||||||
|
@ -21336,9 +21338,25 @@ $c_Lgov_irs_factgraph_JSGraph.prototype.toJSON = (function(...rest) {
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.checkPersister = (function() {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.checkPersister = (function() {
|
||||||
return this.jsCheckPersister__sjs_js_Array()
|
return this.jsCheckPersister__sjs_js_Array()
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "toJson$default$1", {
|
||||||
|
"get": (function() {
|
||||||
|
return (-1)
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_JSGraph.prototype.jsSave = (function() {
|
||||||
|
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
|
||||||
|
});
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.save = (function() {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.save = (function() {
|
||||||
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
|
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_JSGraph.prototype.toStringDictionary = (function() {
|
||||||
|
return this.toStringDictionary__sjs_js_Dictionary()
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_JSGraph.prototype.getFact = (function(arg) {
|
||||||
|
var prep0 = $as_T(arg);
|
||||||
|
return this.getFact__T__Lgov_irs_factgraph_Fact(prep0)
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "dictionary", {
|
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "dictionary", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_JSGraph__f_dictionary
|
return this.Lgov_irs_factgraph_JSGraph__f_dictionary
|
||||||
|
@ -21351,27 +21369,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "persister", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "toJson$default$1", {
|
|
||||||
"get": (function() {
|
|
||||||
return (-1)
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.getFact = (function(arg) {
|
|
||||||
var prep0 = $as_T(arg);
|
|
||||||
return this.getFact__T__Lgov_irs_factgraph_Fact(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.explainAndSolve = (function(arg) {
|
|
||||||
var prep0 = $as_T(arg);
|
|
||||||
return this.explainAndSolve__T__sjs_js_Array(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.jsCheckPersister = (function() {
|
$c_Lgov_irs_factgraph_JSGraph.prototype.jsCheckPersister = (function() {
|
||||||
return this.jsCheckPersister__sjs_js_Array()
|
return this.jsCheckPersister__sjs_js_Array()
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_JSGraph.prototype.toJson = (function(...rest) {
|
|
||||||
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
|
|
||||||
return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
|
|
||||||
});
|
|
||||||
var $d_Lgov_irs_factgraph_JSGraph = new $TypeData().initClass({
|
var $d_Lgov_irs_factgraph_JSGraph = new $TypeData().initClass({
|
||||||
Lgov_irs_factgraph_JSGraph: 0
|
Lgov_irs_factgraph_JSGraph: 0
|
||||||
}, false, "gov.irs.factgraph.JSGraph", {
|
}, false, "gov.irs.factgraph.JSGraph", {
|
||||||
|
@ -56250,30 +56250,15 @@ $c_Lgov_irs_factgraph_types_Address.prototype.toString__T = (function() {
|
||||||
var streetLines = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "", "\n", "");
|
var streetLines = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "", "\n", "");
|
||||||
return ((((((((streetLines + "\n") + this.Lgov_irs_factgraph_types_Address__f_city) + ", ") + this.Lgov_irs_factgraph_types_Address__f_stateOrProvence) + " ") + this.Lgov_irs_factgraph_types_Address__f_postalCode) + "\n") + this.Lgov_irs_factgraph_types_Address__f_country)
|
return ((((((((streetLines + "\n") + this.Lgov_irs_factgraph_types_Address__f_city) + ", ") + this.Lgov_irs_factgraph_types_Address__f_stateOrProvence) + " ") + this.Lgov_irs_factgraph_types_Address__f_postalCode) + "\n") + this.Lgov_irs_factgraph_types_Address__f_country)
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPattern", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "city", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_StreetPattern
|
return this.Lgov_irs_factgraph_types_Address__f_city
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddress", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "ZipCodePattern", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_streetAddress
|
return this.Lgov_irs_factgraph_types_Address__f_ZipCodePattern
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_types_Address.prototype.toString = (function() {
|
|
||||||
return this.toString__T()
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "CityPattern", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_CityPattern
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPatternLength", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_StreetPatternLength
|
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -56283,6 +56268,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "stateOrPro
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPatternLength", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_types_Address__f_StreetPatternLength
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "addressErrors", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "addressErrors", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_addressErrors
|
return this.Lgov_irs_factgraph_types_Address__f_addressErrors
|
||||||
|
@ -56293,15 +56284,15 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "addressErr
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "ZipCodePattern", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StatePattern", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_ZipCodePattern
|
return this.Lgov_irs_factgraph_types_Address__f_StatePattern
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "city", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPattern", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_city
|
return this.Lgov_irs_factgraph_types_Address__f_StreetPattern
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -56311,26 +56302,35 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "postalCode
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddressLine2", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "CityPattern", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_streetAddressLine2
|
return this.Lgov_irs_factgraph_types_Address__f_CityPattern
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_types_Address.prototype.foreignAddress = (function() {
|
||||||
|
return this.foreignAddress__Z()
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "country", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "country", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_country
|
return this.Lgov_irs_factgraph_types_Address__f_country
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StatePattern", {
|
$c_Lgov_irs_factgraph_types_Address.prototype.toString = (function() {
|
||||||
|
return this.toString__T()
|
||||||
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddressLine2", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Address__f_StatePattern
|
return this.Lgov_irs_factgraph_types_Address__f_streetAddressLine2
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_types_Address.prototype.foreignAddress = (function() {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddress", {
|
||||||
return this.foreignAddress__Z()
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_types_Address__f_streetAddress
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
});
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_Address(obj) {
|
function $as_Lgov_irs_factgraph_types_Address(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_Address) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Address"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_Address) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Address"))
|
||||||
|
@ -56797,18 +56797,18 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "Allowe
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "accountNumber", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.Lgov_irs_factgraph_types_BankAccount__f_accountNumber
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "routingNumber", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "routingNumber", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccount__f_routingNumber
|
return this.Lgov_irs_factgraph_types_BankAccount__f_routingNumber
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "accountNumber", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_types_BankAccount__f_accountNumber
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_BankAccount(obj) {
|
function $as_Lgov_irs_factgraph_types_BankAccount(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccount) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccount"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccount) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccount"))
|
||||||
}
|
}
|
||||||
|
@ -57255,12 +57255,6 @@ $c_Lgov_irs_factgraph_types_Day.prototype.month__I = (function() {
|
||||||
$c_Lgov_irs_factgraph_types_Day.prototype.toString__T = (function() {
|
$c_Lgov_irs_factgraph_types_Day.prototype.toString__T = (function() {
|
||||||
return $n(this.Lgov_irs_factgraph_types_Day__f_date).toString__T()
|
return $n(this.Lgov_irs_factgraph_types_Day__f_date).toString__T()
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "month", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.month__I()
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "day", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "day", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date);
|
var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date);
|
||||||
|
@ -57275,6 +57269,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "year", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "month", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.month__I()
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_Day(obj) {
|
function $as_Lgov_irs_factgraph_types_Day(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_Day) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Day"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_Day) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Day"))
|
||||||
}
|
}
|
||||||
|
@ -57612,9 +57612,6 @@ $c_Lgov_irs_factgraph_types_Ein.prototype.productElement__I__O = (function(n) {
|
||||||
$c_Lgov_irs_factgraph_types_Ein.prototype.toString__T = (function() {
|
$c_Lgov_irs_factgraph_types_Ein.prototype.toString__T = (function() {
|
||||||
return ((this.Lgov_irs_factgraph_types_Ein__f_prefix + "-") + this.Lgov_irs_factgraph_types_Ein__f_serial)
|
return ((this.Lgov_irs_factgraph_types_Ein__f_prefix + "-") + this.Lgov_irs_factgraph_types_Ein__f_serial)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_types_Ein.prototype.toString = (function() {
|
|
||||||
return this.toString__T()
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "prefix", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "prefix", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Ein__f_prefix
|
return this.Lgov_irs_factgraph_types_Ein__f_prefix
|
||||||
|
@ -57627,6 +57624,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "serial", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_types_Ein.prototype.toString = (function() {
|
||||||
|
return this.toString__T()
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_Ein(obj) {
|
function $as_Lgov_irs_factgraph_types_Ein(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_Ein) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Ein"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_Ein) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Ein"))
|
||||||
}
|
}
|
||||||
|
@ -57906,12 +57906,12 @@ $c_Lgov_irs_factgraph_types_Enum.prototype.getValue__T = (function() {
|
||||||
};
|
};
|
||||||
throw new $c_s_MatchError(x5)
|
throw new $c_s_MatchError(x5)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_types_Enum.prototype.getValue = (function() {
|
|
||||||
return this.getValue__T()
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_types_Enum.prototype.getEnumOptionsPath = (function() {
|
$c_Lgov_irs_factgraph_types_Enum.prototype.getEnumOptionsPath = (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Enum__f_enumOptionsPath
|
return this.Lgov_irs_factgraph_types_Enum__f_enumOptionsPath
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_types_Enum.prototype.getValue = (function() {
|
||||||
|
return this.getValue__T()
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_Enum(obj) {
|
function $as_Lgov_irs_factgraph_types_Enum(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_Enum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Enum"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_Enum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Enum"))
|
||||||
}
|
}
|
||||||
|
@ -58243,12 +58243,12 @@ $c_Lgov_irs_factgraph_types_MultiEnum.prototype.equals__O__Z = (function(obj) {
|
||||||
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue__sci_Set = (function() {
|
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue__sci_Set = (function() {
|
||||||
return this.Lgov_irs_factgraph_types_MultiEnum__f_values
|
return this.Lgov_irs_factgraph_types_MultiEnum__f_values
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue = (function() {
|
|
||||||
return this.getValue__sci_Set()
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getEnumOptionsPath = (function() {
|
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getEnumOptionsPath = (function() {
|
||||||
return this.Lgov_irs_factgraph_types_MultiEnum__f_enumOptionsPath
|
return this.Lgov_irs_factgraph_types_MultiEnum__f_enumOptionsPath
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue = (function() {
|
||||||
|
return this.getValue__sci_Set()
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_MultiEnum(obj) {
|
function $as_Lgov_irs_factgraph_types_MultiEnum(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_MultiEnum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.MultiEnum"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_MultiEnum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.MultiEnum"))
|
||||||
}
|
}
|
||||||
|
@ -58853,12 +58853,9 @@ $c_Lgov_irs_factgraph_types_Tin.prototype.isATIN__Z = (function() {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_types_Tin.prototype.toString = (function() {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isITIN", {
|
||||||
return this.toString__T()
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isSSN", {
|
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.isSSN__Z()
|
return this.isITIN__Z()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -58868,6 +58865,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "area", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "allowAllZeros", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_types_Tin__f_allowAllZeros
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isATIN", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isATIN", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.isATIN__Z()
|
return this.isATIN__Z()
|
||||||
|
@ -58880,9 +58883,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "group", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "allowAllZeros", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isSSN", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_Tin__f_allowAllZeros
|
return this.isSSN__Z()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -58892,11 +58895,8 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "serial", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isITIN", {
|
$c_Lgov_irs_factgraph_types_Tin.prototype.toString = (function() {
|
||||||
"get": (function() {
|
return this.toString__T()
|
||||||
return this.isITIN__Z()
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_Tin(obj) {
|
function $as_Lgov_irs_factgraph_types_Tin(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_Tin) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Tin"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_Tin) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Tin"))
|
||||||
|
@ -71801,9 +71801,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "ValueC
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "expr", {
|
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "allowAllZeros", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_compnodes_TinNode__f_expr
|
return this.Lgov_irs_factgraph_compnodes_TinNode__f_allowAllZeros
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -71811,9 +71811,9 @@ $c_Lgov_irs_factgraph_compnodes_TinNode.prototype.extract = (function(arg) {
|
||||||
var prep0 = $as_Lgov_irs_factgraph_PathItem(arg);
|
var prep0 = $as_Lgov_irs_factgraph_PathItem(arg);
|
||||||
return this.extract__Lgov_irs_factgraph_PathItem__s_Option(prep0)
|
return this.extract__Lgov_irs_factgraph_PathItem__s_Option(prep0)
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "allowAllZeros", {
|
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "expr", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_compnodes_TinNode__f_allowAllZeros
|
return this.Lgov_irs_factgraph_compnodes_TinNode__f_expr
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -73018,36 +73018,36 @@ $c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight__sjs_js_Function1__
|
||||||
};
|
};
|
||||||
throw new $c_s_MatchError(this)
|
throw new $c_s_MatchError(this)
|
||||||
});
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isLeft", {
|
||||||
|
"get": (function() {
|
||||||
|
return (!this.isRight__Z())
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_monads_JSEither.prototype.map = (function(arg) {
|
||||||
|
return this.map__sjs_js_Function1__sjs_js_Object(arg)
|
||||||
|
});
|
||||||
|
$c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight = (function(arg, arg$2) {
|
||||||
|
return this.mapLeftRight__sjs_js_Function1__sjs_js_Function1__sjs_js_Object(arg, arg$2)
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "left", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "left", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.left__O()
|
return this.left__O()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight = (function(arg, arg$2) {
|
|
||||||
return this.mapLeftRight__sjs_js_Function1__sjs_js_Function1__sjs_js_Object(arg, arg$2)
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "right", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "right", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.right__O()
|
return this.right__O()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_monads_JSEither.prototype.map = (function(arg) {
|
|
||||||
return this.map__sjs_js_Function1__sjs_js_Object(arg)
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isRight", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isRight", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.isRight__Z()
|
return this.isRight__Z()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isLeft", {
|
|
||||||
"get": (function() {
|
|
||||||
return (!this.isRight__Z())
|
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
/** @constructor */
|
/** @constructor */
|
||||||
function $c_Lgov_irs_factgraph_monads_MaybeVector() {
|
function $c_Lgov_irs_factgraph_monads_MaybeVector() {
|
||||||
/*<skip>*/
|
/*<skip>*/
|
||||||
|
@ -73453,11 +73453,9 @@ $c_Lgov_irs_factgraph_monads_Result.prototype.typeName__T = (function() {
|
||||||
};
|
};
|
||||||
throw new $c_s_MatchError(this)
|
throw new $c_s_MatchError(this)
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "asPlaceholder", {
|
$c_Lgov_irs_factgraph_monads_Result.prototype.flatMap = (function(arg) {
|
||||||
"get": (function() {
|
var prep0 = $as_F1(arg);
|
||||||
return this.asPlaceholder__Lgov_irs_factgraph_monads_Result()
|
return this.flatMap__F1__Lgov_irs_factgraph_monads_Result(prep0)
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "hasValue", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "hasValue", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
|
@ -73471,6 +73469,16 @@ Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "get", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_monads_Result.prototype.getOrElse = (function(arg) {
|
||||||
|
var prep0 = $as_F0(arg);
|
||||||
|
return this.getOrElse__F0__O(prep0)
|
||||||
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "asPlaceholder", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.asPlaceholder__Lgov_irs_factgraph_monads_Result()
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "toString", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "toString", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.toString__T()
|
return this.toString__T()
|
||||||
|
@ -73481,22 +73489,6 @@ $c_Lgov_irs_factgraph_monads_Result.prototype.foreach = (function(arg) {
|
||||||
var prep0 = $as_F1(arg);
|
var prep0 = $as_F1(arg);
|
||||||
this.foreach__F1__V(prep0)
|
this.foreach__F1__V(prep0)
|
||||||
});
|
});
|
||||||
$c_Lgov_irs_factgraph_monads_Result.prototype.orElse = (function(arg) {
|
|
||||||
var prep0 = $as_F0(arg);
|
|
||||||
return this.orElse__F0__Lgov_irs_factgraph_monads_Result(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_monads_Result.prototype.getOrElse = (function(arg) {
|
|
||||||
var prep0 = $as_F0(arg);
|
|
||||||
return this.getOrElse__F0__O(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_monads_Result.prototype.map = (function(arg) {
|
|
||||||
var prep0 = $as_F1(arg);
|
|
||||||
return this.map__F1__Lgov_irs_factgraph_monads_Result(prep0)
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_monads_Result.prototype.flatMap = (function(arg) {
|
|
||||||
var prep0 = $as_F1(arg);
|
|
||||||
return this.flatMap__F1__Lgov_irs_factgraph_monads_Result(prep0)
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "complete", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "complete", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.complete__Z()
|
return this.complete__Z()
|
||||||
|
@ -73509,12 +73501,20 @@ Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "value", {
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_monads_Result.prototype.map = (function(arg) {
|
||||||
|
var prep0 = $as_F1(arg);
|
||||||
|
return this.map__F1__Lgov_irs_factgraph_monads_Result(prep0)
|
||||||
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "typeName", {
|
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "typeName", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.typeName__T()
|
return this.typeName__T()
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_monads_Result.prototype.orElse = (function(arg) {
|
||||||
|
var prep0 = $as_F0(arg);
|
||||||
|
return this.orElse__F0__Lgov_irs_factgraph_monads_Result(prep0)
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_monads_Result(obj) {
|
function $as_Lgov_irs_factgraph_monads_Result(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_monads_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.monads.Result"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_monads_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.monads.Result"))
|
||||||
}
|
}
|
||||||
|
@ -75143,18 +75143,9 @@ $c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.subscriberNumber__T = (funct
|
||||||
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted__T = (function() {
|
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted__T = (function() {
|
||||||
return ((((this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode) + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber)
|
return ((((this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode) + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber)
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "officeCode", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "countryCode", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode
|
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_countryCode
|
||||||
}),
|
|
||||||
"configurable": true
|
|
||||||
});
|
|
||||||
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted = (function() {
|
|
||||||
return this.getFormatted__T()
|
|
||||||
});
|
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "subscriberNumber", {
|
|
||||||
"get": (function() {
|
|
||||||
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_subscriberNumber
|
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -75164,9 +75155,15 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "line
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "countryCode", {
|
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "subscriberNumber", {
|
||||||
"get": (function() {
|
"get": (function() {
|
||||||
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_countryCode
|
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_subscriberNumber
|
||||||
|
}),
|
||||||
|
"configurable": true
|
||||||
|
});
|
||||||
|
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "officeCode", {
|
||||||
|
"get": (function() {
|
||||||
|
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
@ -75176,6 +75173,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "area
|
||||||
}),
|
}),
|
||||||
"configurable": true
|
"configurable": true
|
||||||
});
|
});
|
||||||
|
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted = (function() {
|
||||||
|
return this.getFormatted__T()
|
||||||
|
});
|
||||||
function $as_Lgov_irs_factgraph_types_UsPhoneNumber(obj) {
|
function $as_Lgov_irs_factgraph_types_UsPhoneNumber(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_UsPhoneNumber) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.UsPhoneNumber"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_UsPhoneNumber) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.UsPhoneNumber"))
|
||||||
}
|
}
|
||||||
|
@ -105052,12 +105052,12 @@ class $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure extends $c_jl_Il
|
||||||
$js$exported$prop$message__O() {
|
$js$exported$prop$message__O() {
|
||||||
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
|
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
|
||||||
};
|
};
|
||||||
get "message"() {
|
|
||||||
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
|
|
||||||
};
|
|
||||||
get "validationMessage"() {
|
get "validationMessage"() {
|
||||||
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_validationMessage
|
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_validationMessage
|
||||||
};
|
};
|
||||||
|
get "message"() {
|
||||||
|
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
|
||||||
|
};
|
||||||
}
|
}
|
||||||
function $as_Lgov_irs_factgraph_types_AddressFieldValidationFailure(obj) {
|
function $as_Lgov_irs_factgraph_types_AddressFieldValidationFailure(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressFieldValidationFailure"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressFieldValidationFailure"))
|
||||||
|
@ -105173,12 +105173,12 @@ class $c_Lgov_irs_factgraph_types_AddressValidationFailure extends $c_jl_Illegal
|
||||||
get "addressErrors"() {
|
get "addressErrors"() {
|
||||||
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_addressErrors
|
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_addressErrors
|
||||||
};
|
};
|
||||||
get "message"() {
|
|
||||||
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message
|
|
||||||
};
|
|
||||||
get "validationMessage"() {
|
get "validationMessage"() {
|
||||||
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_validationMessage
|
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_validationMessage
|
||||||
};
|
};
|
||||||
|
get "message"() {
|
||||||
|
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message
|
||||||
|
};
|
||||||
}
|
}
|
||||||
function $as_Lgov_irs_factgraph_types_AddressValidationFailure(obj) {
|
function $as_Lgov_irs_factgraph_types_AddressValidationFailure(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressValidationFailure"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressValidationFailure"))
|
||||||
|
@ -105278,12 +105278,12 @@ class $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure extends $c_j
|
||||||
$js$exported$prop$message__O() {
|
$js$exported$prop$message__O() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
|
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
|
||||||
};
|
};
|
||||||
get "message"() {
|
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
|
|
||||||
};
|
|
||||||
get "validationMessage"() {
|
get "validationMessage"() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_validationMessage
|
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_validationMessage
|
||||||
};
|
};
|
||||||
|
get "message"() {
|
||||||
|
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
|
||||||
|
};
|
||||||
}
|
}
|
||||||
function $as_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure(obj) {
|
function $as_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccountFieldValidationFailure"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccountFieldValidationFailure"))
|
||||||
|
@ -105396,14 +105396,14 @@ class $c_Lgov_irs_factgraph_types_BankAccountValidationFailure extends $c_jl_Ill
|
||||||
$js$exported$prop$message__O() {
|
$js$exported$prop$message__O() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
|
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
|
||||||
};
|
};
|
||||||
get "message"() {
|
get "fieldErrors"() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
|
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_fieldErrors
|
||||||
};
|
};
|
||||||
get "validationMessage"() {
|
get "validationMessage"() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_validationMessage
|
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_validationMessage
|
||||||
};
|
};
|
||||||
get "fieldErrors"() {
|
get "message"() {
|
||||||
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_fieldErrors
|
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
function $as_Lgov_irs_factgraph_types_BankAccountValidationFailure(obj) {
|
function $as_Lgov_irs_factgraph_types_BankAccountValidationFailure(obj) {
|
||||||
|
@ -105702,12 +105702,12 @@ class $c_Lgov_irs_factgraph_types_DollarValidationFailure extends $c_jl_IllegalA
|
||||||
$js$exported$prop$message__O() {
|
$js$exported$prop$message__O() {
|
||||||
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
|
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
|
||||||
};
|
};
|
||||||
get "message"() {
|
|
||||||
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
|
|
||||||
};
|
|
||||||
get "validationMessage"() {
|
get "validationMessage"() {
|
||||||
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_validationMessage
|
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_validationMessage
|
||||||
};
|
};
|
||||||
|
get "message"() {
|
||||||
|
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
|
||||||
|
};
|
||||||
}
|
}
|
||||||
function $as_Lgov_irs_factgraph_types_DollarValidationFailure(obj) {
|
function $as_Lgov_irs_factgraph_types_DollarValidationFailure(obj) {
|
||||||
return (((obj instanceof $c_Lgov_irs_factgraph_types_DollarValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.DollarValidationFailure"))
|
return (((obj instanceof $c_Lgov_irs_factgraph_types_DollarValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.DollarValidationFailure"))
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue