Beispiel #1
0
 @Test
 public void shouldLiftPartialFunction() {
   assertThat(
           Function5.lift(
               (o1, o2, o3, o4, o5) -> {
                 while (true) ;
               }))
       .isNotNull();
 }