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

Method toSupplier

src/main/java/field/utility/Cached.java:77–80  ·  view source on GitHub ↗
(Supplier<t_check> q)

Source from the content-addressed store, hash-verified

75
76
77 public Supplier<t_value> toSupplier(Supplier<t_check> q)
78 {
79 return () -> apply(q.get());
80 }
81
82}

Callers 3

boxOriginMethod · 0.80
boxScaleMethod · 0.80
cameraMethod · 0.80

Calls 2

applyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected