I am trying to import the package java.util.function but I keep getting the following error:
FP.java:2: error: cannot find symbol
import java.util.function;
^
symbol: class function
location: package java.util
I have verified that I am using jdk 1.8.0_11 (using javac -version).