Esempio n. 1
0
 @Test
 public void testToFunctionalJavaStream() throws Exception {
   assertThat(ToStream.toFunctionalJavaStream(LazyStream.of(1, 2, 3, 4)).toList().length(), is(4));
 }