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

Method reset

src/main/java/field/utility/Lazy.java:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public Lazy<T> reset()
22 {
23 future = initialize();
24 return this;
25 }
26
27 public Stream<T> stream() {
28 return StreamSupport.stream(Spliterators.spliteratorUnknownSize(internal, Spliterator.IMMUTABLE | Spliterator.ORDERED), false);

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected