MCPcopy
hub / github.com/ramda/ramda / Just

Function Just

test/empty.js:11–11  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

9 Nothing.prototype.empty = function() { return new Nothing(); };
10
11 function Just(x) { this.value = x; }
12 Just.prototype.empty = function() { return new Nothing(); };
13
14 eq(R.empty(new Nothing()).constructor, Nothing);

Callers 14

toString.jsFile · 0.85
partition.jsFile · 0.85
liftN.jsFile · 0.85
complement.jsFile · 0.85
filter.jsFile · 0.85
sequence.jsFile · 0.85
traverse.jsFile · 0.85
safeDivFunction · 0.85
unnest.jsFile · 0.85
of.jsFile · 0.85
both.jsFile · 0.85
lift.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…