MCPcopy 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

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
testMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
DiningPhilosophersMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 2

testVersionsMethod · 0.36
mainMethod · 0.36