MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / get

Method get

src/main/java/fieldbox/boxes/plugins/Initiators.java:16–21  ·  view source on GitHub ↗
(Box forBox, Supplier<Number> x)

Source from the content-addressed store, hash-verified

14 */
15public class Initiators {
16
17 static public fieldlinker.AsMap get(Box forBox, Supplier<Number> x) {
18 double xn = x.get()
19 .doubleValue();
20 Box b = new _tx(x, forBox, xn);
21 return b;
22 }
23
24 static public fieldlinker.AsMap get(Box forBox, Supplier<Number> x, Supplier<Number> y) {

Callers 3

initiatorMethod · 0.95
executeNowAtMethod · 0.95
chordAtMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected