Skip to content

Instantly share code, notes, and snippets.

@bbejeck
bbejeck / PartiallyAppliedFunctionsTest.java
Created July 17, 2015 15:46
Source code from "Partially Applied Functions in Java" post.
package bbejeck.function;
import org.junit.Test;
import java.util.function.BinaryOperator;
import java.util.function.Function;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;