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

Method stream

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

Source from the content-addressed store, hash-verified

25 }
26
27 public Stream<T> stream() {
28 return StreamSupport.stream(Spliterators.spliteratorUnknownSize(internal, Spliterator.IMMUTABLE | Spliterator.ORDERED), false);
29 }
30
31 protected abstract Iterator<T> initialize();
32

Callers 15

t_constants.box.jsFile · 0.45
d3.min.jsFile · 0.45
nFunction · 0.45
getCommandsAndDocsMethod · 0.45
RemoteEditorMethod · 0.45
joinContextMethod · 0.45
handleObjectMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected