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