I'm trying to use a Java functional interface with generic types, but the code does not compile and I'm at a loss to understand why. Here's the simplified version of the code:I'm trying to use a Java functional interface w
I'm trying to use a Java functional interface with generic types, but the code does not compile and I'm at a loss to understand why. Here's the simplified version of the code:I'm trying to use a Java functional interface w