MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / testStream

Method testStream

streams/OptionalMap.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9class OptionalMap {
10 static String[] elements = { "12", "", "23", "45" };
11 static Stream<String> testStream() {
12 return Arrays.stream(elements);
13 }
14 static void
15 test(String descr, Function<String, String> func) {
16 System.out.println(" ---( " + descr + " )---");

Callers 1

testMethod · 0.95

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected