What is wrong with the code below:
public class StreamFactoryMethodExample { static UnaryOperator uOp = p1-> p1 + p1; public s