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

Method testStream

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

Source from the content-addressed store, hash-verified

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

Callers 1

testMethod · 0.95

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected