Exemplo n.º 1
0
  @Test
  public void testMethodRef6() {

    assertThat(
        Curry.curry6(this::six).apply(3).apply(2).apply("three").apply("4").apply(true).apply(10),
        equalTo("three164true"));
  }