Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ stream
Method
stream
streams/Signal.java:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
}
24
public
static
Stream<Optional<Signal>> stream() {
25
return
Stream.generate(Signal::morse)
26
.map(signal -> Optional.ofNullable(signal));
27
}
28
}
Callers
15
main
Method · 0.95
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
test
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
DiningPhilosophers
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
2
testVersions
Method · 0.36
main
Method · 0.36